fix disconect error
This commit is contained in:
parent
dfd2df7534
commit
6be6f1e23c
1 changed files with 4 additions and 0 deletions
|
|
@ -229,6 +229,10 @@ Network.prototype._onMessage = function(enc) {
|
|||
}
|
||||
};
|
||||
|
||||
Network.prototype._onClose = function(copayerId) {
|
||||
// TODO
|
||||
};
|
||||
|
||||
Network.prototype._setupConnectionHandlers = function(cb) {
|
||||
preconditions.checkState(this.socket);
|
||||
var self = this;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue