add polling as default transport in socket.io

This commit is contained in:
Matias Alejo Garcia 2014-10-06 13:35:06 -03:00
commit a70fd64442
4 changed files with 27 additions and 9 deletions

View file

@ -893,8 +893,9 @@ Wallet.prototype.netStart = function() {
self.emit('connectionError');
});
log.debug('Starting wallet networking');
log.debug('Wallet: Starting networking');
net.start(startOpts, function() {
log.debug('Wallet: Networking ready');
self._setBlockchainListeners();
self.emit('ready', net.getPeer());
setTimeout(function() {