pusher-client (master) works fine for a few messages until it (consistently and mysteriously) errors out with:
Dispatching global callbacks for pusher:error
Pusher : error : #<NoMethodError: undefined method `[]' for nil:NilClass>
Pusher : event received : channel: ; event: pusher:error
I am running asynchronously and have a binding to pusher:error. I'd also like to note that "channel: " looks blank (line 3).
I've checked my Pusher debug console and all of the messages look okay.
Thanks,
Erik
pusher-client(master) works fine for a few messages until it (consistently and mysteriously) errors out with:I am running asynchronously and have a binding to
pusher:error. I'd also like to note that "channel: " looks blank (line 3).I've checked my Pusher debug console and all of the messages look okay.
Thanks,
Erik