resubcribe on reconnect

This commit is contained in:
Peter Maquiran
2022-01-31 14:44:22 +01:00
parent 210a5ecbf0
commit 5bf5d15d76
3 changed files with 37 additions and 1 deletions
@@ -1,5 +1,5 @@
export interface wsCallbacksParams {
type: 'Offline' | 'Online' | 'Open' | 'Onmessage',
type: 'Offline' | 'Online' | 'Open' | 'Onmessage' | 'reConnect',
funx: Function
runOnces?: boolean
requestId?: string