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
The code does not even get into io.on("connection",..., it stopped by the error even before getting into the connection event.
Expected behavior
A clear and concise description of what you expected to happen.
I expect IOS devices to be able to connect with my server.
Platform:
Device: All IOS Devices 15.5
OS: IOS 15.5
Additional context
Add any other context about the problem here.
The Error
The error from client:
[Error] WebSocket connection to 'wss://support.xxxxxx.com/socket.io/?token=xxxxx&applicationId=xxxxxx&EIO=4&transport=websocket' failed: There was a bad response from the server.
The error from the server:
2022-06-19T04:10:44.809Z engine handshaking client "KddXP_t6guQ2dxHwAABK"
2022-06-19T04:10:44.809Z socket.io:server incoming connection with id KddXP_t6guQ2dxHwAABK Node.js
2022-06-19T04:10:46.125Z socket.io:client no namespace joined yet, close the client
2022-06-19T04:10:46.125Z socket.io:client forcing transport close
2022-06-19T04:10:46.125Z socket.io:client client close with reason forced close
2022-06-19T04:10:46.125Z socket.io:client client close with reason forced server close Node.js
2022-06-19T04:10:50.706Z engine handshaking client "Y_yOM8oTDtT8sgntAABL"
2022-06-19T04:10:50.706Z socket.io:server incoming connection with id Y_yOM8oTDtT8sgntAABL Node.js
2022-06-19T04:10:52.615Z socket.io:client no namespace joined yet, close the client
2022-06-19T04:10:52.615Z socket.io:client forcing transport close
2022-06-19T04:10:52.615Z socket.io:client client close with reason forced close
2022-06-19T04:10:52.615Z socket.io:client client close with reason forced server close
The error repeated as the client keeps trying to re-connect.
Describe the bug
Cannot connect with IOS 15.5 Devices
To Reproduce
Socket.IO server version:
4.5.1
Server
Socket.IO client version:
4.5.1
Client
The code does not even get into
io.on("connection",...
, it stopped by the error even before getting into theconnection
event.Expected behavior
A clear and concise description of what you expected to happen.
I expect IOS devices to be able to connect with my server.
Platform:
Additional context
Add any other context about the problem here.
The Error
The error from client:
[Error] WebSocket connection to 'wss://support.xxxxxx.com/socket.io/?token=xxxxx&applicationId=xxxxxx&EIO=4&transport=websocket' failed: There was a bad response from the server.
The error from the server:
The error repeated as the client keeps trying to re-connect.
Is is fine on Android Devices
Github Repo To Test
I have setup the github repo for testing the
socket.io-client
using dummy user (https://github.com/AlvinStefanus/socket).Polling Connection Works
The
polling
connection works fine on iOS devices, but notwebsocket
connection.The text was updated successfully, but these errors were encountered: