log who owns it
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
Build and Publish / BuildAndDeploy (push) Successful in 2m28s

This commit is contained in:
matst80
2024-11-12 19:43:19 +01:00
parent 7e0f070637
commit 1616c94f8f
2 changed files with 9 additions and 13 deletions

View File

@@ -18,7 +18,6 @@ const CurrentPacketVersion = 2
type CartListener map[CartId]Listener
func NewCartPacketQueue(connection *PersistentConnection) *CartPacketQueue {
queue := &CartPacketQueue{
expectedPackages: make(map[CartMessage]*CartListener),
}