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 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?!
The text was updated successfully, but these errors were encountered:
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?!
The text was updated successfully, but these errors were encountered: