Skip to content
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

Does this even work? #1

Closed
smrtsmrf opened this issue Jul 20, 2017 · 2 comments
Closed

Does this even work? #1

smrtsmrf opened this issue Jul 20, 2017 · 2 comments

Comments

@smrtsmrf
Copy link

I tried just a basic server and client using the example code (fixing the typos), and I can't get it working. It complains about a bool vs null issue in socket_io_client.dart line 53. I fixed that by changing it to check if opts['forceNew'] != null || opts['force new connection'] != null, but then there's another error about "type '() => dynamic' is not a subtype of type 'EventHandler' of 'handler'"
Direction please?!

@jumperchen
Copy link
Member

After this fixed, you have to run pub get to update the socket.io-dart project as well.

@smrtsmrf
Copy link
Author

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants