atoulme commented on a change in pull request #38: v5 UDP packet handling
URL: https://github.com/apache/incubator-tuweni/pull/38#discussion_r335443797
##########
File path: devp2p/src/main/kotlin/org/apache/tuweni/devp2p/v5/UdpConnector.kt
##########
@@ -0,0 +1,24 @@
+package org.apache.tuweni.devp2p.v5
+
+import kotlinx.coroutines.Job
+import org.apache.tuweni.bytes.Bytes
+import org.apache.tuweni.devp2p.v5.packet.UdpMessage
+import java.net.InetSocketAddress
+
+interface UdpConnector {
+
+ fun start(): Job
Review comment:
Can we avoid coroutines in dependencies for the interface please
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]