Connect Autobahn WebSocket client to 0.0.0.0, not localhost, to appease whatever continues to be wrong with localhost on macOS.

This commit is contained in:
James Coglan
2017-08-13 18:34:42 +01:00
parent 14b96256de
commit a8dfd0719d
+1 -1
View File
@@ -5,7 +5,7 @@ require 'permessage_deflate'
require 'progressbar'
EM.run {
host = 'ws://localhost:9001'
host = 'ws://0.0.0.0:9001'
ruby = RUBY_PLATFORM =~ /java/ ? 'jruby' : 'cruby'
agent = CGI.escape("#{ruby}-#{RUBY_VERSION}")
cases = 0