Multi-threaded close wrong behavior
Open
- Dominant language
- Go
- Stars
- 6.8k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
I have some doubts about the gopacket software. If I write multi threaded golang software and call pollForFirstPacket in one thread and call Close in another thread, the thread that called pollForFirstPacket has wrong behavior and loops inifinitely. Kindly fix the gopacket software to grace fully close when used in multi threaded way..
Contributor guide
Assessment
This issue has not been assessed yet.