Hi,

   According to the logs, when you first arrive at the table, there is
noone seated. That's why you receive a StreamMode immediately after a
BatchMode, as shown in the log extract below. In the documentation it
says:

   PACKET_POKER_TABLE

   PACKET_POKER_BATCH_MODE

   for each player in the game:

     PACKET_POKER_PLAYER_ARRIVE

     if the player is playing:

        PACKET_POKER_PLAYER_CHIPS

     if the player is sit:

        PACKET_POKER_SIT

     PACKET_POKER_SEATS

     if the game is running:

        the exact packet sequence that lead to the current

        state of the game. Varies according to the game.

   PACKET_POKER_STREAM_MODE

   And you are in the situation where there are no players. 

   My guess is that does not really solve your problem although it
answers your question. If that's the case, please ask another question
so that I can help you out. 

   Cheers,

   [Note: It is slightly confusing that "Unpacked Packet Type" lines
relate to the packet that is before the binary data although it
shows after the binary data. I stripped these lines out.]

>    Tue Jul 31 2007 10:23:26 GMT+0200: Packet received by PokerClient:
>    (com.thecomplexx.pokersource.packets::PacketPokerBatchMode)#0
>
>      bytes = (flash.utils::ByteArray)#1
>
>        bytesAvailable = 0
>
>        endian = "bigEndian"
>
>        length = 0
>
>        objectEncoding = 3
>
>        position = 0
>
>      formatSize = 0
>
>      gameId = 100
>
>      packetSize = 0
>
>      packetType = 105
>
>      serial = 0
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Binary data: 0x68
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Binary data: 0x0
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Binary data: 0xb
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Binary data: 0x0
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Binary data: 0x0
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Binary data: 0x0
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Unpacked Packet Type: 105
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Unpacked Packet Size: 11
>
>    Tue Jul 31 2007 10:23:26 GMT+0200: Packet received by PokerClient:
>    (com.thecomplexx.pokersource.packets::PacketPokerStreamMode)#0
>
>      bytes = (flash.utils::ByteArray)#1
>
>        bytesAvailable = 0
>
>        endian = "bigEndian"
>
>        length = 0
>
>        objectEncoding = 3
>
>        position = 0
>
>      formatSize = 0
>
>      gameId = 100
>
>      packetSize = 0
>
>      packetType = 104
>
>      serial = 0
>

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to