kerryjiang / SuperSocket

SuperSocket is a light weight, cross platform and extensible socket server application framework.
Apache License 2.0
3.91k stars 1.15k forks source link

Not Receiving Data on the Samples (EchoServer) #632

Open code2great opened 1 year ago

code2great commented 1 year ago

The Echoserver is running fine, I see the connection event but when i use the same package sender to send data, it does not get to the sever. there wont be any protocol from the expected data, just plain data exchanges. what am i missing here?

Thanks