J
jmls
Guest
one of the advantages of using a class to create a socket is that you can use the destructor to delete the socket handle - as a handle is not garbage collected. I'm sure that you are aware though of the "subscribe" issue where a instance is *not* gc'd if something is subscribing to a class event
Continue reading...
Continue reading...