teeworlds-go / protocol

Teeworlds 0.7 network protocol library
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

client_echo: server full error is printed twice #23

Open ChillerDragon opened 2 months ago

ChillerDragon commented 2 months ago
$ ./client_echo 
got server token dda8749e
disconnected (This server is full)
disconnected: This server is full
jxsl13 commented 2 months ago

first is coming from the default disconnect callback, second from main.go

jxsl13 commented 2 months ago

should maybe remove prints from default callbacks, at least some.