Small poller patch
Posted: Sat Sep 28, 2013 9:50 pm
I have applied a patch to the poller which will allow it to work with older versions of sphere. In the older version it does not send a 0x0 at the end of the string and the poller would just time out on that, now it does time out, because there is no set way to know when to stop reading, but it does not ignore the data, instead of looks for the data it needs anyway and uses it if it's there. This will also increase compatibility with any other server that does not send a 0x0. now, as long as clients=[number] exists somewhere in the response it should take it.
Keep in mind that if there is no 0x0 at the end of the string, the "ping" will be very high, because of the way it is calculated. I may change/remove the ping feature in the future.
Archived topic from UOG, old topic ID:58, old post ID:143
Keep in mind that if there is no 0x0 at the end of the string, the "ping" will be very high, because of the way it is calculated. I may change/remove the ping feature in the future.
Archived topic from UOG, old topic ID:58, old post ID:143