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
And then shut down DB server, I never get an exception. It just hangs forever.
Java driver had the same issue, but as far as I can see their solution (re-throw all exceptions) is not applicable in the case.
I didn't see any ping messages protocol, so maybe it's hard or impossible to detect network issues, but when RethinkDB is just shut down and closes connection, that should be possible to detect, right?
I could check periodically if connection is still open as a workaround, but maybe there is a better way?
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to use
changes
query, and problem is that if I start pulling, e.g.And then shut down DB server, I never get an exception. It just hangs forever.
Java driver had the same issue, but as far as I can see their solution (re-throw all exceptions) is not applicable in the case.
I didn't see any ping messages protocol, so maybe it's hard or impossible to detect network issues, but when RethinkDB is just shut down and closes connection, that should be possible to detect, right?
I could check periodically if connection is still open as a workaround, but maybe there is a better way?
The text was updated successfully, but these errors were encountered: