MUN1Z / KingNetwork

KingNetwork is an open source library to facilitate the creation and communication of clients and servers via TCP, UDP, WebSocket and RUDP sockets.
https://github.com/Mun1z/KingNetwork
MIT License
99 stars 21 forks source link

Elements exceeded bounds using tcp my message i sent from server length 431 while try to use reader.ReadString() #5

Closed bag7dad closed 3 years ago

bag7dad commented 3 years ago

Elements exceeded bounds using tcp my messgae i sent from server its

MUN1Z commented 3 years ago

hi, it's almost the same as the other issue, KingServer also expects the first byte to be the message identifier. :P