pjfanning commented on code in PR #3092:
URL: https://github.com/apache/pekko/pull/3092#discussion_r3442454986
##########
remote/src/main/scala/org/apache/pekko/remote/artery/Association.scala:
##########
@@ -436,6 +436,17 @@ private[remote] class Association(
// so that the first message can be delivered after the remote
actor has been created.
if (!controlQueue.offer(outboundEnvelope))
dropped(ControlQueueIndex, controlQueueSize, outboundEnvelope)
+ case sel: ActorSelectionMessage =>
Review Comment:
can you group this with
https://github.com/apache/pekko/blob/0fb44b4ba7985ea552b310ae582328967f42ce8a/remote/src/main/scala/org/apache/pekko/remote/artery/Association.scala#L427
?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]