yankov / webtcp

SockJS/TCP bridge that allows browsers to interact with TCP servers
163 stars 38 forks source link

How to use delimiters while reading message. #10

Open saumyamehta17 opened 7 years ago

saumyamehta17 commented 7 years ago

@yankov I can send a message with something but when I read a package in the other side it doesn't have the complete message. That's why I think I need to use delimiters. And I sometimes merge many messages coming. Any idea?