We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b732e77 commit b32939eCopy full SHA for b32939e
main.go
@@ -70,6 +70,7 @@ func main() {
70
continue
71
}
72
client = newClient
73
+ udpClients[ipAddr] = newClient
74
75
info, infoErr := client.QueryInfo()
76
if infoErr != nil {
0 commit comments