IainHull commented on code in PR #385:
URL: https://github.com/apache/incubator-pekko/pull/385#discussion_r1226417525
##########
actor/src/main/scala/org/apache/pekko/io/dns/internal/DnsClient.scala:
##########
@@ -35,12 +35,21 @@ import pekko.pattern.{ BackoffOpts, BackoffSupervisor }
@InternalApi private[pekko] object DnsClient {
sealed trait DnsQuestion {
def id: Short
+ def withId(newId: Short): DnsQuestion = {
Review Comment:
Enable us to resend questions with a new id when handling duplicates
--
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]