On Fri, 2009-09-11 at 13:01 +0200, Johan Euphrosine wrote: > I believe the attached patch should correct this issue.
Hi, I updated poker-network/jpoker with the long poll implementation on: http://jspoker.pokersource.info/jpoker/ One of the identified issue is that if a long poll xhr timeout, the error handler is called, .reset() is called, and a new long poll is scheduled. As we discussed timeout handling for PacketPokerPollLongPoll should be the same than PacketPokerLongPollReturn, to avoid multiple pending long poll. Please note that one possible issue is that firebug is reporting timeout xhr as pending. We also identified that we should use reactor.callLater on longPollReturn d.callback, and restore updateSession in pokersite.deferRender(PacketPokerLongPollReturn) as described on https://gna.org/bugs/?14287 I'll be offline for 3 weeks, thanks a lot for this great team work on longPoll draft implementation. -- Johan Euphrosine <[email protected]>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
