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
Currently the timeout for the watch translates to a timeout on a Future.get call. It would be beneficial if we either closed the client connection, or cancelled the query in some other way once the timeout has been reached.