signalr_client
signalr_client copied to clipboard
Unhandled Exception: type 'GeneralError' is not a subtype of type 'Error' in type cast.
I Recently encountered this issue,
Unhandled Exception: type 'GeneralError' is not a subtype of type 'Error' in type cast
package:signalr_client/hub_connection.dart:244
I only get this error when I use a specific port.
Did you fix this??
@dvshin can you plz check my issue https://github.com/soernt/signalr_client/issues/36 if you were able to work with it
Has somebody fixed it? I have the same problem...
I also got the same issue.
I also got the same issue.
https://github.com/dvshin/signalr_client
It's been a long time. I forked this repo and fixed myself and working fine for me. I hope this could helpful for your problems as well.
I can use the master branch?