Merge pull request #2602 from matiaspando/feat/polling
Using polling transport
This commit is contained in:
commit
7ea5b1c98e
2 changed files with 2 additions and 1 deletions
|
|
@ -117,6 +117,7 @@ angular.module('copayApp.services').factory('configService', function(localStora
|
|||
root.get(function(err, c) {
|
||||
if (err) throw Error(err);
|
||||
bwcService.setBaseUrl(c.bws.url);
|
||||
bwcService.setTransports(['polling']);
|
||||
});
|
||||
|
||||
return root;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue