Askaholic

Results 115 comments of Askaholic

Your issue in the gw-backend repo mentions some more parameters: - Additional mods or build restrictions - ~~Player's selected reinforcements~~ I think the additional mods should be OK since I...

I read through some of the rabbitmq tutorials in the docs and it looks like AMQP already has support for a `correlation_id` in the message properties, so I don’t think...

I think I'd prefer snake case keys for consistency. So far our other rabbitmq messages as well as other server messages all use snake case keys. The only weird thing...

I think we also want a `game_name` field as well for the game title.

Related: https://github.com/FAForever/fa/issues/3087

Which messages are sent as a list?

I think that could just be a normal issue as it doesn’t require breaking changes to the protocol.

Hey, nice work! I think it makes sense to use the same precision for everything, so those tests probably need to be adjusted to have higher tolerance for error. The...