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
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
If I connect to the socket server via a webpage with JS, everything works as expected. Correct data, handling the whole deal.
As soon as I attempt to do the same via socket.IO-objc i get bad data in debug log, and cannot handle data.
Maybe something to do with sure how to handle line breaks in packet data? I try looking for "\n", "\r", "\r\n" but nothing seems to work. In addition I always get "ERROR: data that has arrived wasn't valid".
My JS script works successfully looking for "\n".
Thanks, John
The text was updated successfully, but these errors were encountered:
Hi,
If I connect to the socket server via a webpage with JS, everything works as expected. Correct data, handling the whole deal.
As soon as I attempt to do the same via socket.IO-objc i get bad data in debug log, and cannot handle data.
Maybe something to do with sure how to handle line breaks in packet data? I try looking for "\n", "\r", "\r\n" but nothing seems to work. In addition I always get "ERROR: data that has arrived wasn't valid".
My JS script works successfully looking for "\n".
Thanks, John
The text was updated successfully, but these errors were encountered: