mirror of
https://github.com/netsampler/goflow2.git
synced 2024-05-06 15:54:52 +00:00
In d1e1ace3186d ("Allow Flow Routines to be cancellable (#40)"), the payload was passed to another goroutine and erased by the next packet to be received if the goroutine did not process it fast enough. Make a copy before passing it to the goroutine to fix that.