Added extra (general) log message when a network error occurs

This commit is contained in:
Robinson 2023-10-24 20:38:20 +02:00
parent 495cb954d8
commit 4b58a63dc1
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 2 additions and 0 deletions

View File

@ -191,6 +191,8 @@ internal class AeronDriverInternal(endPoint: EndPoint<*>?, config: Configuration
if (restartNetwork) {
notifyError(AeronDriverException("Critical network error internal to the Aeron Driver, restarting network!").cleanAllStackTrace())
// this must be set before anything else happens
mustRestartDriverOnError = true