Updates:
        Status: Fixed
        Labels: -Version Version-3.4.0

Comment #1 on issue 451 by [email protected]: XML-RPC/RpcServer crashes  
if the receiving socket is closed
http://code.google.com/p/gambas/issues/detail?id=451

Fixed in revision #5723 in a different way : A stream redirected through  
the 'Begin' method checks that stream is  ready for writing only when  
the 'Send' method is called. Between the 'Begin' and 'Send' calls, the  
PRINT and WRITE instructions will always  succeed.

In other words, the TRY method is only necessary when calling the 'Send'  
method, like it was.

But I don't think that this fix will be backported to the 3.4 version, so  
your own version of the fix, or a different one with CATCH and FINALLY will  
be necessary anyway.

-- 
You received this message because this project is configured to send all  
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Gambas-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to