Unknown PktType: e000ReceiveMessages: unhandled packet type:
There is a fmt.Printf() in the lib in handleClientServerMsg() in packethandler.go.
Thus packettypes.go is missing the 0xe0.
I think it happened, when a accidentally started one client twice.
While e000 is the output of this Printf(), I verified the pktType 0xe0 with temporary inserting and handling unknownE0 pktType = 0xe0.
There is a
fmt.Printf()in the lib inhandleClientServerMsg()inpackethandler.go.Thus
packettypes.gois missing the 0xe0.I think it happened, when a accidentally started one client twice.
While
e000is the output of thisPrintf(), I verified the pktType0xe0with temporary inserting and handlingunknownE0 pktType = 0xe0.