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
Call.callMutex is global, but while grpc_call_start_batch apparently requires locking, a per-Call lock should suffice. Better still, use more idiomatic concurrency strategy.
The text was updated successfully, but these errors were encountered:
Call.callMutex
is global, but whilegrpc_call_start_batch
apparently requires locking, a per-Call
lock should suffice. Better still, use more idiomatic concurrency strategy.The text was updated successfully, but these errors were encountered: