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
{{ message }}
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
GRPC allows streaming responses; perhaps that would be more appropriate for requests like get_all_appointments that might have a very large output.
We should also make sure that the read lock is released quickly even if the response is large; if needed we could make a copy of the returned data and returning that copy after releasing the lock (since those requests come from the rpc − therefore from the cli − DoS attacks are not a concern).
The text was updated successfully, but these errors were encountered:
GRPC allows streaming responses; perhaps that would be more appropriate for requests like
get_all_appointments
that might have a very large output.We should also make sure that the read lock is released quickly even if the response is large; if needed we could make a copy of the returned data and returning that copy after releasing the lock (since those requests come from the rpc − therefore from the cli − DoS attacks are not a concern).
The text was updated successfully, but these errors were encountered: