GetFleetManager() returning nil

Hi, I’m going through the guide for the shiny new Fleet Manager interface and I’m running into a strange issue. I’m successfully registering the fleet manager instance using RegisterFleetManager(), but nk.GetFleetManager() is returning nil inside my MatchmakerMatched callback or in a custom RPC. It looks to me like the FleetManager instance is not getting set on the NakamaModule instance that’s getting passed to those functions. Or maybe I did something wrong, but I’m not sure what.

Thanks!

Hello @mikef, thank you for reporting, we’re fixing this and will have a Nakama patch release ready ASAP, we’ll let you know when it’s out. Apologies for the inconvenience.

We’d love to hear your thoughts on the Fleet Manager as a feature and the setup guide as well, if you have any :).

Best.

1 Like

@mikef Nakama v3.21.1 is out: Release v3.21.1 · heroiclabs/nakama · GitHub

That worked, thank you for the quick turnaround! I will let you know how it goes as I get further along in the process.