To make absolutely sure that any open sockets have been closed, you can always run a script like this:
repeat until the openSockets is empty
close socket line 1 of the openSockets
end repeat
although you need to be sure that no other part of your program might legitimately have an open socket at the same time.
Let me know if this doesn't help, or send me your stack off-list and I'll be happy to see what I can do.
Cheers,
Sarah
On Monday, February 17, 2003, at 05:25 am, Mike Doub wrote:
Has anyone developed any code to get mail via POP3? I seem to be having
problems reopening a socket.
Thanks
Mike
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
