Comment #3 on issue 438 by uale...@gmail.com: gb.xml.rpc sometimes doesn't  
parse data correctly due to incompleteness of received data
http://code.google.com/p/gambas/issues/detail?id=438

I checked it, and it should have worked in  
http://code.google.com/p/gambas/issues/detail?id=380

In the "miniserver.class"  
(http://code.google.com/p/gambas/issues/attachmentText?id=380&aid=3800010000&name=miniServer.class&token=ypSB0mNtf59I_36wVsoe1JavMpA%3A1370890134526),
  
i added the following code:

     For cCount = 1 to 100 step 1
       cLen = Len(hBuffer[Bucle]) - InStr(hBuffer[Bucle], Chr(13) & Chr(10)  
& Chr(13) & Chr(10)) - 3
       If cLen = hLen[Bucle] Then Break
       Wait 0.01
     Next

-- 
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
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to