feat(pcap): do not use closure in connection helper
feat(pcap): do not lock semaphore for too long while getting tcp connections
feat(pcap): pass ethernet packet to OnPacketArrival
feat: send packets to capture device in pcap
chore: bump packet versions
Merge pull request #82 from Rutherther/feat/serialize-stackalloc
Use stackalloc and Span for packet serialization
fix(packets): dispose packet string builder correctly
fix: try to copy until enough size
feat: return array to ArrayPool in PacketStringBuilder
feat: use "in" instead of "ref" in packet serializer
feat: use stackalloc and Span for packet serialization
Merge pull request #81 from Rutherther/feat/pathfinding-mates
Add mates to pathfinding
test: adjust argument order for WalkCommand
docs: fix MateWalkCommand header
test: adjust types in test for walk command handler
feat(combat): update Pathfinding methods
feat(pathfinding): add MateWalkTo to WalkManager
feat(pathfinding): save mates state