Hey guys, I've got an interesting issue using Send and Receive objects... Once in a while, it seems that a specific Receive object is not receiving the messages sent to it via its corresponding Send object... The issue occurs randomly, and I am quite baffled by it.
A few notes:
Has anyone experienced anything like this?
Thanks, Alexander
I've never seen this kind of problem. Can you post your code somewhere?
Hey Peter, thanks for the quick response (and apologies for my latency). I found this post about a similar send~/receive~ problem in the puredata.hurleur forum:
http://puredata.hurleur.com/sujet-859-send-receive-problem
obiwannabe says:
"If you get odd problems with sends and receives delete them both and replace the send before the receive. The order in which you create them has an effect on how they behave. Usually you never notice this, but sometimes it causes subtle bugs.
The best way imho is to delete them all and rebuild the patch if you get this happening." It's not a bug, it's relatively undocumented hole into which the unlucky may fall. I have fallen in the same hole many times.:("
After reading that, I decided to delete the objects and replace them with a direct connection. This was a few days ago, and the problem has yet to occur again. Unfortunately, I can not post the project, but if the problem surfaces again, I'll make sure to save it and try to get a version in your hands.
It looks like you're new here. If you want to get involved, click one of these buttons!