I've been upgrading my Angular app to the 8th version and I also updated the ngx-signalr-hubservice to the version 8.0.0.
I get an error when reloading the page on my website:
Uncaught (in promise): Error: SignalR: Connection has not been fully initialized. Use .start().done() or .start().fail() to run logic after the connection has started.
I reverted the package to the 6.0.2 version and I do not have the error.
I will continue to use the previous version but I wanted to notify it.
Hi,
I've been upgrading my Angular app to the 8th version and I also updated the ngx-signalr-hubservice to the version 8.0.0.
I get an error when reloading the page on my website:
Uncaught (in promise): Error: SignalR: Connection has not been fully initialized. Use .start().done() or .start().fail() to run logic after the connection has started.
I reverted the package to the 6.0.2 version and I do not have the error.
I will continue to use the previous version but I wanted to notify it.