Skip to content

Commit

Permalink
TMP
Browse files Browse the repository at this point in the history
  • Loading branch information
szysas committed Sep 2, 2024
1 parent 782230a commit 1bc7caf
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class DatagramChannelAdapter(
buffer.clear()

val sourceAddress = channel.receive(buffer)
println("Received from $sourceAddress")
if (sourceAddress == null) {
Packet.EmptyByteBufferPacket
} else {
Expand Down

0 comments on commit 1bc7caf

Please sign in to comment.