Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client_async: Allow throwing an exception upon socket error during (#134
) 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]> Co-authored-by: shimon-armis <[email protected]>
- Loading branch information