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
And I understand if I want to force faster shutdown I can pass a small value to setShutdownTimeout() builder function, but still I don't know why shutdown takes long when there was no interaction, even after close function was called.
Not sure if it is a bug or a good reason behind it.
Thanks :)
The text was updated successfully, but these errors were encountered:
Shutdown process is slow, 3 seconds, even when the client is not used at all. I wonder what prevent immediate shutdown.
So I guess this is the shutdown logic:
And I understand if I want to force faster shutdown I can pass a small value to
setShutdownTimeout()
builder function, but still I don't know why shutdown takes long when there was no interaction, even after close function was called.Not sure if it is a bug or a good reason behind it.
Thanks :)
The text was updated successfully, but these errors were encountered: