Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
19a025e888 |
@@ -57,7 +57,7 @@ func (c networkClient) ClientOfflineNotify() {
|
||||
for _, peer := range connectedPeers {
|
||||
var clientName string
|
||||
if !slices.ContainsFunc(clients, func(cli model.Client) bool {
|
||||
isExist := peer.PublicKey.String() == jsoniter.Get([]byte(cli.Keys), "PublicKey").ToString()
|
||||
isExist := peer.PublicKey.String() == jsoniter.Get([]byte(cli.Keys), "publicKey").ToString()
|
||||
if isExist {
|
||||
clientName = cli.Name
|
||||
}
|
||||
|
Reference in New Issue
Block a user