Compiler error in ConnectionResolver
shaulbehr opened this issue · 1 comments
shaulbehr commented
line 12:
return new SignalRConnectionMock();// this._signalR.connect();
This is causing a compiler error; SignalRConnectionMock expects 3 parameters:
constructor(_mockErrors$: Subject<any>, _mockStatus$: Subject<ConnectionStatus>, _listeners: ListenerCollection);
HNeukermans commented
fixed it