[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:51:13 CET 2013
Comment #1 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
The code never exits, because the following lines will NEVER be true in
gambas3:
If Xml.Node.Name = "data" Then
ExitNode(Xml)
Xml.Read()
Return hAtom
End If
In the gambas2 code the LAST Xml.Node.Name from Xml.Read is "data" and
exits.
More information about the User
mailing list