mirror of
https://github.com/rtr7/router7.git
synced 2024-05-06 15:54:52 +00:00
Using Packets() spawns off a separate goroutine which calls NextPacket in a loop until io.EOF is returned. This goroutine will stick around after Close() returned, resulting in only the first wireshark connection working.