Re: [PD] lost messages with netsend

2008-02-11 Thread matteo sisti sette
Ok, I have been able to isolate it and create a test patch. The bug is triggered when, immediately after connecting (i.e. triggered by the 1 output by netsend), you send MANY messages through netsend. The first X messages are lost, where X is not necessarily an integer. I guess it is an overflow i

[PD] lost messages with netsend

2008-02-11 Thread matteo sisti sette
Hi, I use netsend and netreceive to send messages across 2 instances of pd on the same machine (localhost). I use the outlet of netsend to detect when netsend is connected, and when it is ([select 1]) I immediately send out some data through it. IN SOME CASES (no consistent behaviour detected),