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
When the client_disconnected reducer runs successfully, we should include the st_client deletion in that transaction. As of writing we do not, instead appending another transaction afterwards. Note that if the client_disconnected reducer fails, we must then start another transaction to delete from st_client. In either case, we should commit exactly one TX.
The text was updated successfully, but these errors were encountered:
When the
client_disconnected
reducer runs successfully, we should include thest_client
deletion in that transaction. As of writing we do not, instead appending another transaction afterwards. Note that if theclient_disconnected
reducer fails, we must then start another transaction to delete fromst_client
. In either case, we should commit exactly one TX.The text was updated successfully, but these errors were encountered: