Closed rusttech closed 1 month ago
The intention here should be to initialize a slice with a capacity of len(m.pendingPackets) rather than initializing the length of this slice.
Fixes #...
Hi @rusttech
Unfortunately this change doesn’t compile. Mind checking it again, thank you!
Description
The intention here should be to initialize a slice with a capacity of len(m.pendingPackets) rather than initializing the length of this slice.
Reference issue
Fixes #...