On Fri, Sep 26, 2008 at 10:27 AM, Johan Euphrosine <[EMAIL PROTECTED]> wrote: > On Thu, Sep 25, 2008 at 4:26 PM, Loic Dachary <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I've changed the default pollFrequency from 100 ms to 5000 ms. >> Unfortunately it breaks the jpoker client display. From the console >> logs, I see that messages arrive, but the display does not updates. >> I'm investigating to figure out why. >> > > Hi, > > I figured out that jpoker.connection.pollFrequency has a different > purpose than jpoker.table.pollFrequency: > It controls frequency of dequeue of incoming packets. > > Please consider merging the following change: > http://jpoker.aminche.com/hg/jpoker/rev/f6a5aba2bc52 > > It restores this frequency to 100ms and rename it to > jpoker.connection.dequeueFrequency for better clarity. >
Hi, I noticed that jpoker.connection.pingFrequency == jpoker.table.pollFrequency == 5000ms, but sometimes pollTimer get honored in like 5102ms, and then PacketPing does get sent. With the following patch jpoker.connection.pingFrequency is set to 6000ms: http://jpoker.aminche.com/hg/jpoker/rev/6753e64cb741 and PacketPing should not get sent when the table is displayed. Feel free to review and merge changes from: -- bou ^ _______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
