isobit / ws-tcp-relay

A simple relay between WebSocket clients and TCP servers
MIT License
245 stars 61 forks source link

Send data from WebSocket to TCP Server successfull but fail with vice-versa #11

Open caoluong2k opened 1 year ago

caoluong2k commented 1 year ago

Hi @isobit, I use a web (using websocket) to send a string to the tcp server and the tcp server when receiving the string sends another string to that web. I send string to server successfully but when sending from server to web it fails. I use web-tcp-relay on the client side (on laptop). Is there a way for the web to receive the string from the server ?