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
After stopping the rethinkdb server these messages appear in logs:
Debug: Received 0 / 8 bytes of packet
Debug: ReadLoop terminated by network exception; this is expected if the connection was closed inten
tionally
Warning: 1 queries were still waiting for responses from a connection that is closing; they'll recei
ve exceptions instead
Debug: InternalRunQuery: beginning process of transmitting query w/ token 2
Debug: InternalRunQuery: acquired write lock for query token 2
Debug: InternalRunQuery: writing query token 2
Information: JSON query: [3]
Debug: Writing packet, 3 bytes
Debug: InternalRunQuery: waiting for response for query token 2
There aren't any exceptions in my code, despite of Warning in log.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Hi,
thanks for your work. I found out, there is no way to determine that server is down after successful connect.
After stopping the rethinkdb server these messages appear in logs:
There aren't any exceptions in my code, despite of Warning in log.
Any suggestions?
The text was updated successfully, but these errors were encountered: