Hello,
Calling "SendRemoteCommand()" from my application does sometimes not return und seems to block forever.
The ir server logs say, that the last sent comand reached the server and send status is 8-8, as it also is in the good case.
2011-08-27 02:33:59.489 [0.0] off groundcontrol
2011-08-27 02:33:59.991 Netcommand Size: 112/112
2011-08-27 02:33:59.991 Netcommand: 1 [0]
2011-08-27 02:33:59.991 Send [0] mediacenter - off [0 - B:0 M:0x0 LED: Default]
2011-08-27 02:33:59.992 Send Status 8 - 8 [0]
I have debug output in my application just before and after the SendRemoteCommand(). The output after sending was not done anymore.
After this happens I still can connect with another client to the ir server and everything is still working, only my application is still stuck.
The bug is happening only very rarely, but I can reproduce it after some time.
Can I please have the source code for the client library, so I can further investigate where it is hanging? Why are the sources of the client library not available??
Server and client are the current versions from the download section.
OS is Ubuntu 11.04 Server on a VIA EPIA Pico PX 5000 system.
Kind regards,
--Alex