[MultiplexedLongPollTransport]
- Revert "Set connected state when multiplex long poll starts instead of after the time out"
[MultiplexedLongPollTransport]
- Fix try/catch syntax
[MultiplexedLongPollTransport]
- Fix Multiplexed long poll transport behavior when all channels have been removed
[MultiplexedLongPollTransport]
- Set connected state when multiplex long poll starts instead of after the time out
[LongPollTransport]
- Set connected state when long poll starts instead of after the time out
[LongPollTransport]
- Call
this.config.error
in the else condition inLongPollTransport#_error
[WebSocketTransport]
- Call
this.config.error
in the else condition inWebSocketTransport#_error
[MultiplexedLongPoll]
- Fix when running on file:// URIs
- Lost version
[LongPollTransport]
- Throw a
JSON.parse
into atry/catch
block when parsing a successfulresponseText
[Transport]
- Add backward compatible option for
connect
, allowing clients to connect immediately by passing-1
.
- Fix multiplexed consumer not processing any messages
- Switch to ES6
- Don't swallow exceptions
- Stop trying to unsubscribe while still connecting
- Pass event to fail handlers
- Add support for new
subscriptionFailed
callback for connections - Allow
params
passed to new connection to be a function or object. If it a function, the function the return value must be an object.
- Fix method helper "method not available" for websockets
- Fix bug where null messages are sent over WebSockets to client. Issue firehoseio/firehose#51.
- Drop support for Ruby 1.9.3. Documented official Ruby support policy in README.md