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
I think rpc_reconnect_requeue should call rpc_free_all_fragments when resetting the state of the rpc context, otherwise any fragments already received before the reconnection will be left over and reused when trying to receive new payloads, which may lead to incorrectly interpreted responses.
The text was updated successfully, but these errors were encountered:
I think
rpc_reconnect_requeue
should callrpc_free_all_fragments
when resetting the state of the rpc context, otherwise any fragments already received before the reconnection will be left over and reused when trying to receive new payloads, which may lead to incorrectly interpreted responses.The text was updated successfully, but these errors were encountered: