add polling as default transport in socket.io
This commit is contained in:
parent
ac491d10b0
commit
a70fd64442
4 changed files with 27 additions and 9 deletions
|
|
@ -15,10 +15,12 @@ var defaultConfig = {
|
|||
// network layer config
|
||||
network: {
|
||||
testnet: {
|
||||
url: 'https://test-insight.bitpay.com:443'
|
||||
url: 'https://test-insight.bitpay.com:443',
|
||||
transports: ['polling'],
|
||||
},
|
||||
livenet: {
|
||||
url: 'https://insight.bitpay.com:443'
|
||||
url: 'https://insight.bitpay.com:443',
|
||||
transports: ['polling'],
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue