Open IRelaxxx opened 1 year ago
@IRelaxxx Have you found anything on this ? I am facing this error too.
@IRelaxxx Have you found anything on this ? I am facing this error too.
No, i forked this repo and did a null check around the problematic code. Seems to work fine. https://github.com/daubit/signalr_client
Can you share that null check code ?
I added the check here: https://github.com/daubit/signalr_client/blob/master/lib/hub_connection.dart#L208
When starting the connection i get the above error because
await _handshakeCompleter!.future;
_handshakeCompleter
is null in_startInternal