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
fixes stack overflow possibility with merge operators (#2616)
* fixes stackoverflows in MergeLimitedSink
fix subscribing immediately in merge operators can produce values immediately which can re-enter and cause stack overflows
* fix possible fail to dispose and re-lock
* fixes stackoverflows in MergeLimitedSink
fix subscribing immediately in merge operators can produce values immediately which can re-enter and cause stack overflows
* fix possible fail to dispose and re-lock
0 commit comments