Compare commits

..

No commits in common. "main" and "v1.2.0" have entirely different histories.
main ... v1.2.0

2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "marcsync", "name": "marcsync",
"version": "1.2.1", "version": "1.2.0",
"description": "A NodeJS MarcSync Client to communicate with MarcSync's API", "description": "A NodeJS MarcSync Client to communicate with MarcSync's API",
"main": "dist/marcsync.js", "main": "dist/marcsync.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@ -21,7 +21,6 @@ export class SubscriptionManager {
skipNegotiation: true, skipNegotiation: true,
transport: signalR.HttpTransportType.WebSockets transport: signalR.HttpTransportType.WebSockets
}) })
.withAutomaticReconnect([0, 2000, 10000, 30000, 60000])
.configureLogging(signalR.LogLevel.None) .configureLogging(signalR.LogLevel.None)
.build(); .build();
this._hubConnection.start() this._hubConnection.start()