[PD-dev] [ pure-data-Bugs-3079294 ] iemnet: [tcpclient] opens more than one socket

SourceForge.net noreply at sourceforge.net
Fri Oct 1 11:18:26 CEST 2010


Bugs item #3079294, was opened at 2010-10-01 11:18
Message generated for change (Tracker Item Submitted) made by rdz
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3079294&group_id=55736

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: externals
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Roman Haefeli (rdz)
Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: iemnet: [tcpclient] opens more than one socket

Initial Comment:
It's currently possible to open more than one socket with [tcpclient], i.e. sending a 'connect' message for the second time without sending a prior 'disconnect' does not trigger an error. Also on the server side, a second socket is opened without the first one being closed. However, only data sent to the last opened socket will be printed by [tcpclient]. Data sent to the older sockets seem to cause traffic, but cannot be printed by [tcpclient].

I think, the way to fix this would be to disallow opening more than one socket. As soon as [tcpclient] is connected to a host, it should print an error, when sending another 'connect' message 

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3079294&group_id=55736



More information about the Pd-dev mailing list