You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi guys, i'm using localtunnel server to forward socket message.
I can receive message data in buffer by listening for "data" event (I add a log at lib/Client.js > handleUpgrade function and then listen for conn.on("data") ). I can decode the first message but cannot decode every next messages.
I tried with toString UTF-8, hex, ascii but still cannot read that message.
Can you please help me out in how it set yours up?
The text was updated successfully, but these errors were encountered:
Hi guys, i'm using localtunnel server to forward socket message.
I can receive message data in buffer by listening for "data" event (I add a log at lib/Client.js > handleUpgrade function and then listen for conn.on("data") ). I can decode the first message but cannot decode every next messages.
I tried with toString UTF-8, hex, ascii but still cannot read that message.
Can you please help me out in how it set yours up?
The text was updated successfully, but these errors were encountered: