correct type
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m49s
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 1m49s
This commit is contained in:
@@ -42,7 +42,7 @@ func NewPacketQueue(connection net.Conn) *PacketQueue {
|
||||
log.Printf("Error receiving packet: %v\n", err)
|
||||
//return
|
||||
}
|
||||
data, err := GetPacketData(connection, int(packet.DataLength))
|
||||
data, err := GetPacketData(connection, packet.DataLength)
|
||||
if err != nil {
|
||||
log.Printf("Error receiving packet data: %v\n", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user