diff options
author | nohttp <nohttp@yandex-team.ru> | 2022-02-10 16:50:31 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:31 +0300 |
commit | dbdd851418e92f8821ee1b1041352d66e3bde170 (patch) | |
tree | c51433a8aa6b29260a3fbf22c9e9272b2c792c83 /library/cpp/messagebus/remote_connection.cpp | |
parent | 8de5e9fef85b2ab655e3bc1d77ee2674f417cd15 (diff) | |
download | ydb-dbdd851418e92f8821ee1b1041352d66e3bde170.tar.gz |
Restoring authorship annotation for <nohttp@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/messagebus/remote_connection.cpp')
-rw-r--r-- | library/cpp/messagebus/remote_connection.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/messagebus/remote_connection.cpp b/library/cpp/messagebus/remote_connection.cpp index 22932569db..915947b193 100644 --- a/library/cpp/messagebus/remote_connection.cpp +++ b/library/cpp/messagebus/remote_connection.cpp @@ -572,9 +572,9 @@ namespace NBus { BeforeTryWrite(); WriterFillInFlight(); - + WriterGetReconnectQueue()->DequeueAllLikelyEmpty(); - + if (!WriterData.Status.Connected) { TryConnect(); } else { @@ -584,7 +584,7 @@ namespace NBus { GetWriterActor()->AddTaskFromActorLoop(); break; } - + if (WriterData.State == WRITER_FILLING) { WriterFillBuffer(); |