Thibaut Barrère
Thibaut Barrère
@HenleyChiu just curious, do you still see that issue today? Which Ruby version are you using? Thanks!
I have a couple of files that I'd like to present together. Should I just concatenate the files then run rocco on top of it, or is there a better...
Just logging this in case it helps someone else: it's not working either for me today, in a pure ruby app, using latest release (1.1.1). I tried using the `v2`...
Is it still the case today?
Any update on this? I'm discovering apn_sender and wonder if I can use it safely with Sidekiq (which it seems to support).
Thanks for the reply!
Just realized that the first line in the code I maintain was doing a bit of monkey patching: ``` ruby module Twitter class JSONStream < EventMachine::Connection attr_reader :options end end...
Figured out: on reconnect, the `@parser` also needs to be reset, otherwise it will attempt to continue parsing as defined by the previous connection. I made a fix that works...
@mgreen @rud @abuiles if this stuff makes sense, let me know and I'll wrap a proper pull-request! (I suspect there's probably a built-in way to achieve that already, but unsure).
@tibbon see my sample above; basically you need a way to detect you need to change the keywords (for my customer's app here I used a signal because it was...