P Gouv
P Gouv
I am struggling to find a way to handle disconnects. Currently an error is raised on parent thread causing problems.
@Xasin if you could it could be helpful. The only workaround I found is to use blocking mode and rescue exceptions. However messages could be lost this way. I don't...
I think that packets should be sent in order so if you have QOS=1 you have to wait for ACK before sending the next one. Also there is no queue...
Call search() maybe ? Rotary
I think the only solution is to push to the same topic and not per table. It is impossible in an async environment to achieve this.
I am pretty sure that this will happen in case strategy fails for any reason.
Another workarround that worked for me on my implementation is to override auth_options in controller and set recall option. ``` def auth_options { scope: resource_name, recall: 'users/sessions#new' } end ```
undler could not find compatible versions for gem "datashift": In Gemfile: datashift ``` datashift_spree was resolved to 0.6.0, which depends on datashift (>= 0.15.0, ~> 0.15) ```
Its over 1y but I have similar issue. Ended up using monit for this
I will create a repo with this. With little digging this error seems to occur with monitoring. My guess is since watch is a never ending loop with sleep, when...