We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee33e2 commit cc0a10dCopy full SHA for cc0a10d
main.go
@@ -212,8 +212,8 @@ func main() {
212
r.Handle("WSS", "/socket.io/", socketHandler)
213
r.GET("/info", infoHandler)
214
go func() {
215
- start := 49152
216
- end := 49162
+ start := 8990
+ end := 9000
217
i := start
218
for i < end {
219
i = i + 1
@@ -230,8 +230,8 @@ func main() {
230
}()
231
232
233
234
235
236
237
0 commit comments