Resolve Circular Dependency Derived from `clientOptions.continuousPageDefaultHighWaterMark`
Description
Using madge the tool to detect circular dependency,
It reports that there is a circular dependency, and specifically, the place we should resolve it is where ResultStream refers to clientOptions.continuousPageDefaultHighWaterMark.
Circular dependency can lead to undefined behavior and should be fixed.
Using
madge
the tool to detect circular dependency,It reports that there is a circular dependency, and specifically, the place we should resolve it is where
ResultStream
refers toclientOptions.continuousPageDefaultHighWaterMark
.Circular dependency can lead to undefined behavior and should be fixed.