[TCP] Can not get message from other client. #24
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Well. if you want use
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Well. if you want use
|
Beta Was this translation helpful? Give feedback.
Well. if you want use
Netly
with other library you must do:Option 1
Nelty
usescustom message framing
forperformance
anddata security
purposes so that a message is received in the same way it is sent.Message Framing
is something that each library adds differently and netly also uses a different protocol than the otherTCP libraries
.Option 2
Notice:
Remember that if your server has message framing enabled, the client must also h…