stephen-moyer / ngx-signalr-hubservice

Makes using SignalR in Angular 2/4 easy
MIT License
24 stars 5 forks source link

Not working after update from 6.0.2 to 8.0.0 (with Angular 8) #27

Open antonin-charrier opened 4 years ago

antonin-charrier commented 4 years ago

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.

StevenGlrz commented 4 years ago

Can you try 8.0.2 and see if it works now?