Not able to connect my iOS app with https://socketio-whiteboard-zmx4.herokuapp.com/ #3950
Unanswered
abhishekk06
asked this question in
Q&A
Replies: 3 comments
-
I think that's because the whiteboard example still runs Socket.IO v2, and your client is incompatible. I'll try to upgrade it to Socket.IO v4 as soon as possible. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you very much. It will be a great help.
…On Thu, Jun 3, 2021 at 8:31 AM Damien Arrachequesne < ***@***.***> wrote:
I think that's because the whiteboard example still runs Socket.IO v2, and
your client is incompatible.
I'll try to upgrade it to Socket.IO v4 as soon as possible.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3950 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANHAWPSKWZGKVX2GBEAOLELTQ5Y35ANCNFSM45Y37ASA>
.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @damien,
By any chance, did you got time to fix this?
On Thu, Jun 3, 2021 at 11:46 AM Abhishek Kumar ***@***.***>
wrote:
… Thank you very much. It will be a great help.
On Thu, Jun 3, 2021 at 8:31 AM Damien Arrachequesne <
***@***.***> wrote:
> I think that's because the whiteboard example still runs Socket.IO v2,
> and your client is incompatible.
>
> I'll try to upgrade it to Socket.IO v4 as soon as possible.
>
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub
> <#3950 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ANHAWPSKWZGKVX2GBEAOLELTQ5Y35ANCNFSM45Y37ASA>
> .
>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given below is the error signature when I try to connect my iOS app with the available server.
[connecting, 2]
[connecting, 2]
2021-05-29 22:50:53.740129-0400 ZoomToy[588:94207] [connection] nw_endpoint_handler_set_adaptive_read_handler [C1.1 54.73.53.134:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for read_timeout failed
2021-05-29 22:50:53.740415-0400 ZoomToy[588:94207] [connection] nw_endpoint_handler_set_adaptive_write_handler [C1.1 54.73.53.134:443 ready channel-flow (satisfied (Path is satisfied), viable, interface: en0, ipv4, dns)] unregister notification for write_timeout failed
["Got unknown error from server 96:0{"sid":"0w-319ZzrleL0BxOAAZt","upgrades":["websocket"],"pingInterval":25000,"pingTimeout":5000}2:40"]
You can find the code to connect here
Can you please help me figure out if I am missing something?
Beta Was this translation helpful? Give feedback.
All reactions