Hi,
I tried to run the example in the README from within a config.ru without any additions, and it fails with Rack::Lint::LintError: Status must be >=100 seen as integer when querying it from within a Firebug with:
// backend is powered by puma
var socket = new WebSocket("ws://localhost:9292")
var socket.send("Hello")
Whatever I have tried, I always failed with different errors. What I'm doing wrong, please? I am going to use tubesock inside a Sinatra app, but had no success with any possible configuration even from a plain rack sofar.
Thanks for any hints and help.
Hi, I tried to run the example in the README from within a
config.ru
without any additions, and it fails withRack::Lint::LintError: Status must be >=100 seen as integer
when querying it from within a Firebug with:Whatever I have tried, I always failed with different errors. What I'm doing wrong, please? I am going to use
tubesock
inside a Sinatra app, but had no success with any possible configuration even from a plainrack
sofar. Thanks for any hints and help.