Cleaned comments

This commit is contained in:
Robinson 2023-06-07 11:46:02 +02:00
parent ebc7b1cd76
commit 9047ac386b
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 0 additions and 4 deletions

View File

@ -94,10 +94,6 @@ internal class Handshaker<CONNECTION : Connection>(
if (System.nanoTime() - startTime < timeoutInNanos) {
// NOTE: Handlers are called on the client conductor thread. The client conductor thread expects handlers to do safe
// publication of any state to other threads and not be long running or re-entrant with the client.
// on close, the publication CAN linger (in case a client goes away, and then comes back)
// AERON_PUBLICATION_LINGER_TIMEOUT, 5s by default (this can also be set as a URI param)
//fixme: this should be the linger timeout, not a retry count!
// we should retry.
handshakeSendIdleStrategy.idle()