74 propagates the error which closes a connection. This causes the check in session.Manager. watch's isClosing function to fail because the cause is the original error instead of rpcc.ErrConnClosing. This prevents the Manager's goroutine from properly terminating, and it ends up spinning and continuously polling.
74 propagates the error which closes a connection. This causes the check in session.Manager. watch's isClosing function to fail because the cause is the original error instead of rpcc.ErrConnClosing. This prevents the Manager's goroutine from properly terminating, and it ends up spinning and continuously polling.