[Gambas-user] Issue 385 in gambas: XmlReader hangs RpcClient response parsing in gambas3, works fine in gambas2

gambas at ...2524... gambas at ...2524...
Sat Jan 12 19:59:05 CET 2013


Comment #2 on issue 385 by uAle... at ...626...: XmlReader hangs RpcClient  
response parsing in gambas3, works fine in gambas2
http://code.google.com/p/gambas/issues/detail?id=385

Ok, last comment.

Replacing the:
If Xml.Node.Name = "data" Then
with:
If Xml.Eof Then Then

Seems to solve it ... Only somebody needs to submit it into the SVN in  
the "Tools.module":
gb.xml/src/rpc/gb.xml.rpc/.src/Tools.module





More information about the User mailing list