Bugs item #3579511, was opened at 2012-10-23 09:14 Message generated for change (Tracker Item Submitted) made by zmoelnig You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3579511...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: puredata Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: IOhannes m zmölnig (zmoelnig) Assigned to: Nobody/Anonymous (nobody) Summary: netreceive's FUDI parser for UDP broken(?)
Initial Comment: when i send a message "a b; c d;" via netcat to a [netreceive] object (in TCP/IP-mode), it will emit two messages "a b" and "c d" however, when i send the same message in UDP-mode, i will only get the "a b" message (the 2nd message "c d" is silently dropped).
furthermore, if i send a message "A B" (without the trailing semicolon) in TCP/IP-mode, nothing will be output (until i decide to send a semicolon, at which point the entrire message is output); however if i send the same message (without the trailing semicolon) in UDP-mode, the full message is output (i guess the latter is related to the packet-nature of UDP, but still it strikes me as asymmetric)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3579511...