Compare commits
6 Commits
Author | SHA1 | Date | |
---|---|---|---|
92dc3006a5 | |||
8f87fb7bdf | |||
8002bc0226 | |||
898d3e9ebe | |||
e0c423a6c7 | |||
830246b2e0 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marcsync",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "A NodeJS MarcSync Client to communicate with MarcSync's API",
|
||||
"main": "dist/marcsync.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -21,6 +21,7 @@ export class SubscriptionManager {
|
||||
skipNegotiation: true,
|
||||
transport: signalR.HttpTransportType.WebSockets
|
||||
})
|
||||
.withAutomaticReconnect([0, 2000, 10000, 30000, 60000])
|
||||
.configureLogging(signalR.LogLevel.None)
|
||||
.build();
|
||||
this._hubConnection.start()
|
||||
|
Loading…
x
Reference in New Issue
Block a user