mirror of
https://github.com/zhigang1992/mtcute.git
synced 2026-01-12 17:32:35 +08:00
Merge branch 'neoantox-patch-1'
This commit is contained in:
@@ -69,6 +69,7 @@ export abstract class PersistentConnection {
|
||||
this.log.debug('connecting to %j', dc)
|
||||
return params.transport.connect(dc)
|
||||
},
|
||||
strategy: params.reconnectionStrategy,
|
||||
onOpen: this._onOpen.bind(this),
|
||||
onClose: this._onClose.bind(this),
|
||||
onError: this._onError.bind(this),
|
||||
|
||||
Reference in New Issue
Block a user