mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-21 13:25:17 +02:00
Only use websocket transport. Currently we cannot guarantee state integrity on reconnect, so let's disable it for now.
This commit is contained in:
@@ -41,6 +41,7 @@ module.exports = function(options) {
|
||||
|
||||
io.set('log level', 1)
|
||||
io.set('browser client', false)
|
||||
io.set('transports', ['websocket'])
|
||||
|
||||
app.use('/static/bower_components',
|
||||
express.static(pathutil.resource('bower_components')))
|
||||
|
||||
Reference in New Issue
Block a user