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 4fe6427 commit b6821d3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Sources/DandelionServer/NametagRouter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,14 @@ public actor NametagRouter
self.targetConnection = targetConnection

self.cleaner = NametagRouterCleanup(router: self)


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

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


print("⚘ Creating an ACK channel.")
let ackChannel = AsyncQueue<AckOrError>()

print("⚘ Creating a client pump.")
Expand Down

0 comments on commit b6821d3

Please sign in to comment.