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
#118 did a good job. But something can be improved.
Using send instead of _grpc_ping can result in cleaner code, but it may not be good enough for users.
When parties cannot initiate the code simultaneously, numerous error logs may appear during initialization, which can be confusing for users.
Additionally, the _grpc_ping function disregards exceptions and sets error messages to debug, which may lead users to assume that failed pings are normal. Can this be improved in send?
The text was updated successfully, but these errors were encountered:
#118 did a good job. But something can be improved.
Using
send
instead of_grpc_ping
can result in cleaner code, but it may not be good enough for users.When parties cannot initiate the code simultaneously, numerous error logs may appear during initialization, which can be confusing for users.
Additionally, the
_grpc_ping
function disregards exceptions and sets error messages to debug, which may lead users to assume that failed pings are normal. Can this be improved insend
?The text was updated successfully, but these errors were encountered: