Skip to content

Instantly share code, notes, and snippets.

@joslinm
Created February 8, 2013 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joslinm/4742760 to your computer and use it in GitHub Desktop.
Save joslinm/4742760 to your computer and use it in GitHub Desktop.
Websocket-rack closing errors
^C>> Stopping ...
[[:unbind, :connection]]
Closing..
[[:error, #<NoMethodError: undefined method `empty?' for nil:NilClass>]]
Got error: undefined method `empty?' for nil:NilClass
[[:closing, 1000]]
[[:sending_frame, :close, "\x03\xE8"]]
[[:unbind, :connection]]
Closing..
[[:error, #<NoMethodError: undefined method `empty?' for nil:NilClass>]]
Got error: undefined method `empty?' for nil:NilClass
[[:closing, 1000]]
[[:sending_frame, :close, "\x03\xE8"]]
[[:unbind, :connection]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment