Ertan Deniz
Ertan Deniz
I need something like this too. Actually I would also like to invalidate the memory cache too. This is a very valid use case. Consider that you are using the...
I would like to see drag&drop support too, as well as swipe to dismiss.
@HJianBo @zmstone thanks for looking into this. Increasing reliability in ExHooks would definitely help, however let me try to explain what I mean with the `end-to-end` message delivery guarantees. I...
@HJianBo please also consider cases when the Hook cannot be called. (plugin is not reachable). I assume when `broker.response_ack_error_if_rejected_by_publish_hook` is `true` and `onMessagePublish` hook fails to be called, the PUBACK...
I'm actually trying to reproduce this locally in an isolated environment but not there yet. Could having webhooks and/or lua plugins with `on_publish` or `auth_on_publish` hooks contribute to the issue?
@ioolkos thanks for the explanation, actually that implementation is quite logical. I did more isolated testing, and my feeling is that the problem is not in the keep-alive logic. It...
@ioolkos we continue to have problems. We worked around the problem (short term solution) by upgrading to QoS 1 for publishing and waiting for acknowledgements before publishing more messages (effectively...
To me it looks more like a deadlock in handling the client session. Happens with too fast message publish... (not necessarily only QoS 0). Using webhooks or lua plugin hooks...
Server side handling of client session. But it is just a wild guess since you mentioned other people facing similar issues. I think more now that it is not a...