duncanthrax / scream

Virtual network sound card for Microsoft Windows
Microsoft Public License
1.74k stars 147 forks source link

receiver: network: add error checking #219

Closed pawitp closed 7 months ago

pawitp commented 7 months ago

Add error checking to make network failures visible, such as trying to binding to a port that is already in-use by another process.

This makes it easier to debug multicast issues.

duncanthrax commented 7 months ago

Thanks!