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
{{ message }}
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
it appears as of recently (highly likely since Docker 1.7) the behavior of MonitorEvents has changed: it'll block until the first event is received. While it's blocking, it's stuck on the http client's Get. This is unexpected since we expect to get a channel back right away, and may only then do work that prompts further events.
it appears as of recently (highly likely since Docker 1.7) the behavior of
MonitorEvents
has changed: it'll block until the first event is received. While it's blocking, it's stuck on the http client'sGet
. This is unexpected since we expect to get a channel back right away, and may only then do work that prompts further events.See cockroachdb/cockroach#1647
The text was updated successfully, but these errors were encountered: