Comment #9 on issue 380 by uale...@gmail.com: RpcClient sends invalid HTTP
requests (and RpcServer stops working)
http://code.google.com/p/gambas/issues/detail?id=380
The problem is basically in the MiniServer.class & stream, the RpcServer
can only handle data if it is in 1 IP Packet. If it i
Comment #2 on issue 384 by uale...@gmail.com: XmlReader doesn't raise an
error on FromString if string is empty, which it did in gambas2
http://code.google.com/p/gambas/issues/detail?id=384
Thanks, it works fine now.
Comment #8 on issue 380 by uale...@gmail.com: RpcClient sends invalid HTTP
requests (and RpcServer stops working)
http://code.google.com/p/gambas/issues/detail?id=380
The problem is basically in the MiniServer.class & stream, the RpcServer
can only handle data if it is in 1 IP Packet. If it i
Without source code it's pretty much impossible to say what is happening.
But if you suspect that there is error in Gambas, you could try latest
version (2.24.0).
Or you could convert your project to Gambas 3 (should be easy task).
Jussi
On Fri, Jan 11, 2013 at 3:47 PM, dimitris tsiou wrote:
Hello to everyone, I wish you a happy new Year!
I am gambas user at about 4 months and I am developing a system for control
automation on a Ubuntu 10.04. I'm using the Gambas 2.21 runtime. I have also
tried Ubuntu 11.04 for my application. The problem's description is as follows:
An AVR micro
Updates:
Status: Fixed
Comment #1 on issue 384 by adrien.p...@gmail.com: XmlReader doesn't raise
an error on FromString if string is empty, which it did in gambas2
http://code.google.com/p/gambas/issues/detail?id=384
This is fixed in revision #5499.
---