HNeukermans/ng2-signalr.demo.webui

Compiler error in ConnectionResolver

shaulbehr opened this issue · 1 comments

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);

fixed it