sefidgaran/signalr_client

handshake failed with error 'Null check operator used on a null value' during start().

Opened this issue · 4 comments

When starting the connection i get the above error because await _handshakeCompleter!.future; _handshakeCompleter is null in _startInternal

@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 ?