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
Fix subtle atomic increment bug introduced in ebkalderon#202
We must not increment the `request_id` counter if the server is not yet
initialized, as this could result in client-to-server request IDs
starting at a number other than 1, once the initialization process is
complete.