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
Propagate explicit empty event ID to ReconnectingRequest. (#28)
Previously, the ReconnectingRequest object only cached event IDs that were Some, which was determined
by fetching an event from the parser, and then checking the id (empty = None, not empty = Some).
This logic is incorrect. ReconnectingRequest should always propagate the last known explicit event ID, which could
in fact be an empty string.
0 commit comments