You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does anyone know how to shutdown gracefully a blather component ? From my understanding, blather just traps Sigint and Sigterm and stop the reactor loops. But what if the processing of a stanza is actually waiting for a callback ?
On a more XMPP level, does anyone know if we can tell an XMPP server that a component is shutting down. In other words, don't send me any more stanzas, but let me send some stanzas that I'm currently processing ?
I can't find any information on that topic, even though it sounds like a necessary feature to anyone being serious with xmpp components.
Cheers !
The text was updated successfully, but these errors were encountered:
Hi guys !
Does anyone know how to shutdown gracefully a blather component ? From my understanding, blather just traps Sigint and Sigterm and stop the reactor loops. But what if the processing of a stanza is actually waiting for a callback ?
On a more XMPP level, does anyone know if we can tell an XMPP server that a component is shutting down. In other words, don't send me any more stanzas, but let me send some stanzas that I'm currently processing ?
I can't find any information on that topic, even though it sounds like a necessary feature to anyone being serious with xmpp components.
Cheers !
The text was updated successfully, but these errors were encountered: