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

Error occurs when connection is re-established #13

Closed steel closed 11 years ago

steel commented 11 years ago

TypeError: 'undefined' is not a function (evaluating 'this.transport.getLastMessageSequence()')

Consumer.prototype._upgradeTransport = function(ws) { this.transport.stop(); => ws.sendStartingMessageSequence(this.transport.getLastMessageSequence()); return this.transport = ws; };

zdzolton commented 11 years ago

This should be fixed now...