To Pd dev -
Any reason I can't suppress the "listening on" and "connecting to" messages from netreceive and netsend? I think they're unnecessary and it's often necessary to close and open connections frequently since only one of them may have any given connection point and frequently you have to use it to send out to more than one remote machine.
cheers Miller
On 5/22/20 6:30 PM, Miller Puckette via Pd-dev wrote:
To Pd dev -
Any reason I can't suppress the "listening on" and "connecting to" messages from netreceive and netsend? I think they're unnecessary and it's often necessary to close and open connections frequently since only one of them may have any given connection point and frequently you have to use it to send out to more than one remote machine.
i agree that these should only be printed out at a higher verbosity level. i've pushed according changes to the `update/0.51` branch (which also has a few other minor thingies)
https://github.com/pure-data/pure-data/pull/1014
gmdsr IOhannes