kivy / oscpy

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

Fix/50/win oserror #51

Open tshirtman opened 4 years ago

pakal commented 2 years ago

I encountered some "struct.error" too in the _listen() loop / read_packet(), when a client sent too big message (>65535 bytes) to the server; wouldn't it be better to catch and log ANY error, since there are lots of things that can go wrong when reading buggy packets ?