projects
/
KiwiIRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06e30f0
)
Rely on engine.io transport probing
author
Darren
<darren@darrenwhitlen.com>
Fri, 30 Aug 2013 11:12:58 +0000
(12:12 +0100)
committer
Darren
<darren@darrenwhitlen.com>
Sun, 1 Sep 2013 13:18:20 +0000
(14:18 +0100)
client/assets/src/models/gateway.js
patch
|
blob
|
blame
|
history
diff --git
a/client/assets/src/models/gateway.js
b/client/assets/src/models/gateway.js
index 4db2caf46048bb380a3320a04c61762ad2f27e0c..4ff208a2a8a3a4f43899415854f70c1317f59e5b 100644
(file)
--- a/
client/assets/src/models/gateway.js
+++ b/
client/assets/src/models/gateway.js
@@
-169,7
+169,6
@@
_kiwi.model.Gateway = function () {
this.connect = function (callback) {
\r
this.socket = new EngineioTools.ReconnectingSocket(this.get('kiwi_server'), {
\r
path: _kiwi.app.get('base_path') + '/transport',
\r
- transports: ['websocket', 'polling', 'flashsocket'],
\r
reconnect_max_attempts: 5,
\r
reconnect_delay: 2000
\r
});
\r