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
client_async: Allow throwing an exception upon socket error during
wakeup
When wakeup() is called, we sometime notice that we get
an endless prints:
"Unable to send to wakeup socket!".
Those prints are spamming the logs.
This commit aims to address it by allowing restating the
application via an intentional exception raise.
This behavior is configurable and its default is backward compatible.
Signed-off-by: shimon-armis <[email protected]>
0 commit comments