datarhei / gosrt

Implementation of the SRT protocol in pure Go
https://datarhei.com
MIT License
114 stars 17 forks source link

fix crash in liveReceive #18

Closed aler9 closed 1 year ago

aler9 commented 1 year ago

Hello, in liveReceive.periodicACK there's a Element.Next() that is used without checking whether it's nil or not. This leads to occasional crashes. This patch fixes the issue.