soernt / signalr_client

A Flutter SignalR Client for ASP.NET Core
MIT License
129 stars 202 forks source link

Unhandled Exception: type 'GeneralError' is not a subtype of type 'Error' in type cast. #28

Open shashikantx opened 4 years ago

shashikantx commented 4 years ago

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
dvshin commented 4 years ago

I only get this error when I use a specific port.

ameeee commented 4 years ago

Did you fix this??

ameeee commented 4 years ago

@dvshin can you plz check my issue https://github.com/soernt/signalr_client/issues/36 if you were able to work with it

maxmitchenko commented 3 years ago

Has somebody fixed it? I have the same problem...

vernalclareai commented 2 years ago

I also got the same issue.

dvshin commented 2 years ago

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.

vernalclareai commented 2 years ago

I can use the master branch?