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
I have used socket_io_client: ^2.0.3+1 and from backend i have used 4.7.3 version of node and i have also set code necessary for server. but still can't connect.
Is there any permission required on server side or from my side
The text was updated successfully, but these errors were encountered:
This is my code for socket connection:
socket = IO.io(
'https://example.com/',
<String, dynamic>{
'autoConnect' : false,
'transports' : ['websocket'],
'extraHeaders': {'foo': 'bar'},
},
);
I have used socket_io_client: ^2.0.3+1 and from backend i have used 4.7.3 version of node and i have also set code necessary for server. but still can't connect.
Is there any permission required on server side or from my side
The text was updated successfully, but these errors were encountered: