Arisstath / roblox-dissector

Roblox UDP Protocol Dissector
MIT License
133 stars 16 forks source link

Many PacketLogicHandler/ClientPacketLogic/etc. goroutines run forever #14

Closed Gskartwii closed 5 years ago

Gskartwii commented 5 years ago

roblox-dissector should use context.Context to stop these goroutines when appropriate.