It seems like there is the some case when the connection to the database is ruined and it never auto-heals,
It is related to broken ssl stream (bad internet connection) on my specific test PC, maybe this exception does not trigger disconnected state due to occurring on specific request and is treated like only it fails, but in fact from that moment the whole connection is ruined.
All my future requests will fail. Reconnection does not happen.
The exception I get:
Decryption failed or bad record mac (SSL routines) [asio.ssl:167772441]
If I restart the app everything is fine but without restart recon never happens.
If some more verbose logs needed I can provide them.
It seems like there is the some case when the connection to the database is ruined and it never auto-heals,
It is related to broken ssl stream (bad internet connection) on my specific test PC, maybe this exception does not trigger disconnected state due to occurring on specific request and is treated like only it fails, but in fact from that moment the whole connection is ruined.
All my future requests will fail. Reconnection does not happen.
The exception I get:
Decryption failed or bad record mac (SSL routines) [asio.ssl:167772441]
If I restart the app everything is fine but without restart recon never happens.
If some more verbose logs needed I can provide them.