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
This was needed to fix test errors. Because the deployment was changed
and the new deployment closes the connection right after the aggregate,
any code that access the wire version after the aggregate finishes would
panic. To fix that, we store the wire version of the last used connection
on ChangeStream.
0 commit comments