-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not act to connecting or not connection #60
Comments
This example works for me - #36 (comment) |
socker server that i use , used https and implemented with c# . those code have not difference to my code and i still can not able to connect to https server. |
@tazik561 is that server (c#) a Socket.io NodeJS-compliant server? |
I do not know and i will ask a developer who write server .But this is other question i asked in stackoverflow: https://stackoverflow.com/questions/60302062/flutter-engineioexception-websocket-error . |
@tazik561 can you try to run the pure dart code first, if it can connect to your server, then the problem may be only inside the flutter env. issue, if not, then I think the problem may be the |
I am using this code to connect to socket io server :
But after running i got this messages:
What is a problem ? and how can i find out that what is a problem?
The text was updated successfully, but these errors were encountered: