ELdER1cH / CardGame-Kingdoms

Online Card Playing Game, written using Python and Pyglet.
3 stars 0 forks source link

fix multiplayer issues #41

Closed Haelox closed 5 years ago

Haelox commented 5 years ago

-make it possible to decode two messages at once/ split the message to make it decodeable (when connecting: receiving lobby message plus lobbyprecaution) -async?

Haelox commented 5 years ago

adding self.lead_execute might have solved the problem I intended to address with this issue