kivy / oscpy

An efficient OSC implementation compatible with python2.7 and 3.5+
MIT License
109 stars 27 forks source link

fix #48 #49

Closed tshirtman closed 5 years ago

tshirtman commented 5 years ago

windows doesn't like when messages are sent and nobody reads them it seems to punish innocent sockets that listened on completly unrelated ports. Since it resets the connections, we just ignore the message in this situation, and try reading again. This seems to fix the issue.

@Heideachim this should fix your issue.