> Why is it then that whenever I unpack packetpokerchat, serial is always 0?

  I don't know. I checked the server code, just in case, and here it is:

    def chatPlayer(self, client, serial, message):
        self.broadcast(PacketPokerChat(game_id = self.game.id,
                                       serial = serial,
                                       message = message + "\n"))

  Could you please send the client logs (packet dump + binary) around the
PacketPokerChat packet please ? That will give us an idea of what's going
wrong.

  Cheers,

-- 
+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