Compare commits
No commits in common. "main" and "v1.2.0" have entirely different histories.
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "marcsync",
|
||||
"version": "1.2.1",
|
||||
"version": "1.2.0",
|
||||
"description": "A NodeJS MarcSync Client to communicate with MarcSync's API",
|
||||
"main": "dist/marcsync.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
@ -21,7 +21,6 @@ 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