> > 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.
> :)

I guess the catch did fail after all. Did just this and it worked.
Committed :) chokran!


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

Reply via email to