Haivision / srtgo

Go bindings for SRT. Advantages of SRT technology for an easy to use programming language
Mozilla Public License 2.0
185 stars 52 forks source link

SrtSocket.Read never returns if there's no data on socket #62

Open markniebur opened 1 year ago

markniebur commented 1 year ago

The return code of s.pd.wait is not checked in the Read for loop, so if there's no data on the socket, a call to Read will hang forever.