Add retry connection to peerjs server on login
This commit is contained in:
parent
45ffa94bbe
commit
9b5e155192
4 changed files with 38 additions and 5 deletions
|
|
@ -242,6 +242,9 @@ Wallet.prototype.netStart = function() {
|
|||
net.on('close', function() {
|
||||
self.emit('close');
|
||||
});
|
||||
net.on('serverError', function() {
|
||||
self.emit('serverError');
|
||||
});
|
||||
|
||||
var myId = self.getMyCopayerId();
|
||||
var startOpts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue