Skip to content

Commit

Permalink
Update NametagRouter.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
consuelita committed Dec 13, 2023
1 parent b6821d3 commit 3099a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/DandelionServer/NametagRouter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ public actor NametagRouter

self.cleaner = NametagRouterCleanup(router: self)

print("⚘ Enqueuing a transport connection if the clientsForClientPump.")
print("⚘ Enqueuing a transport connection in the clientsForClientPump.")
await self.clientsForClientPump.enqueue(element: transportConnection)

print("⚘ Enqueuing a transport connection if the clientsForServerPump.")
print("⚘ Enqueuing a transport connection in the clientsForServerPump.")
await self.clientsForServerPump.enqueue(element: transportConnection)

print("⚘ Creating an ACK channel.")
Expand Down

0 comments on commit 3099a48

Please sign in to comment.