nerdshop / asinello-client

Client software of the asinello project
Apache License 2.0
1 stars 0 forks source link

Implement current game protocol #12

Open Oderik opened 3 years ago

Oderik commented 3 years ago

Connect to MQTT server and behave like https://github.com/nerdshop/asinello-webclient

The actual protocol is likely to change, but yet we can play around already and collect some experience.

Oderik commented 3 years ago

Looks like we are affected by this: https://github.com/marvinroger/async-mqtt-client/issues/107 I'm experiencing the issue and don't really know how to solve it. Deactivating will for now.

UPDATE: Maybe this isn't particularly about the will feature but an unreliable MQTT / TCP connection in genereal. Should we deal with #13 first?