heroiclabs / nakama-godot

Godot client for Nakama server written in GDScript.
Apache License 2.0
608 stars 72 forks source link

Fix NakamaSocket.add_matchmaker_party_async() and the tests for it #108

Closed dsnopek closed 2 years ago

dsnopek commented 2 years ago

This fixes an issue in NakamaSocket.add_matchmaker_party_async() that went unnoticed, in part, because of an issue in the tests for it. This also fixes the tests!

I discovered this while working on the Godot 4 port on PR #103.

docsncode commented 2 years ago

Thank you @dsnopek I've passed it to Tom to review. You can assign future PRs directly to Tom.

tomglenn commented 2 years ago

Thanks @dsnopek 👍