Between the bursts other various keys are sent at a much lower rate.
At random times this produces some sort of timeout in the server and the connection closes. I have to restart the server for it to work again.
I'm sending the keys from custom software in c++ using the irtrans library.
I'm using a LAN controller XL.
I set loglevel to debug and these are the last line
- Code: Select all
Send [2] remname- vol- [10001 - B:0 M:0x1 LED: Default]
Time ACK Wait: 1.200000 ms[SEQ: 29]
Time ACK End : 12.300000 ms
Send Status 16 - 16 [30]
Netcommand Size: 112/112
Netcommand: 1 [2]
Send [2] remname- vol- [10001 - B:0 M:0x1 LED: Default]
LAN SEND - RESEND [49.800000 ms]
TimeoutSend Status 272 - 272 [1]
Netcommand Size: 112/112
Netcommand: 1 [2]
Send [2] remname- vol- [10001 - B:0 M:0x1 LED: Default]
LAN SEND - RESEND [50.600000 ms]
TimeoutSend Status 272 - 272 [1]
Netcommand Size: 112/112
Netcommand: 1 [2]
Send [2] remname- vol- [10001 - B:0 M:0x1 LED: Default]
LAN SEND - RESEND [49.700000 ms]
TimeoutSend Status 272 - 272 [1]
Netcommand Size: 112/112
Netcommand: 1 [2]
Send [2] remname- vol- [10001 - B:0 M:0x1 LED: Default]
LAN SEND - RESEND [50.200000 ms]
TimeoutSend Status 272 - 272 [1]
Network connection [2] closed
And this is from our programs logging file:
- Code: Select all
ERROR.IRCONTROLLER.SEND_KEY: TL_IrController::SendKey Retry on Error:TimeoutTL_IrController::SendKey Fatal Error: Timeout
This is from the latest software version, but initially had the problem in a previous version as well.
Does anyone have any idea if we're doing something wrong?
Thanks in advance.
Edit:forgot to mention that I'm using Windows 8.1 64bit