firehoseio / firehose

Build realtime Ruby web applications. Created by the fine folks at Poll Everywhere.
http://firehose.io/
MIT License
727 stars 72 forks source link

WebSocket client fails if an connected or disconnected callback is not explicitly defined #3

Closed bradgessler closed 12 years ago

bradgessler commented 12 years ago

The ws client should work without an explicitly defined connect and disconnect callback.

bradgessler commented 12 years ago

I fixed this when I refactored the Client object to use a normal k/v pair for configuration.