discount
This commit is contained in:
@@ -27,6 +27,7 @@ public class SignalRPrintJobSource: IPrintJobSource
|
||||
|
||||
// Register handlers BEFORE starting connection
|
||||
_connection.On<PrintJobFromSignalR>("PrintJob", OnPrintJobReceived);
|
||||
|
||||
|
||||
_connection.Reconnecting += OnReconnecting;
|
||||
_connection.Reconnected += OnReconnected;
|
||||
|
||||
Reference in New Issue
Block a user