heroiclabs / nakama-godot

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

Nakama.create_client() alway returns NULL #144

Closed MadFlyFish closed 1 year ago

MadFlyFish commented 1 year ago

Godot version 4.0.beta8

System information Windows 11

Issue description When executing

client = Nakama.create_client(server_key, host, port, scheme)
print_debug(client)

It will always return NULL

image

Steps to reproduce Above

Minimal reproduction project N/A