> which means, if we receive the reflector's ACK, we'll go through all
> switch cases, won't find TSP_PAUSED, so it goes into default, which sets
> the state as END, closes the socket, and basta... so next time we 'resume'
> it, we won't be able to send on a closed socket... the readfromsock and
> writetosock proc will never get called because the $sock is closed...

That's what I thought (today after I woke up, hehe), but it behaves
slightly differently: The receiver actually does receive the first
frame after the pause, so the $sock doesn't get closed either (Maybe
catch fails but we never know it does?). Anyway I'll see that. Thanx.
:)

> p.s.: re-reminding you to not forget to revert back the wrong change as
> it's really important!!!!

I know :) just that I'm leaving it for now because it somehow works!


_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to