Chris Molozian
Chris Molozian
Hey @Shelim. I've added this to the development backlog for us to tackle. 👍
@syntaqx The warn message you've identified is due to a change which made a Go package we depend on in GRPC private so we cannot update to it right now....
@arxdsilva I think this proposal could be useful but it would be helpful if you can describe in more detail the use case and typical usage pattern for that API...
Some notes on the work involved with this client sdk: * Unlike the other client sdks it can be provided as a sub-package of this server repo. * I don't...
Hey @CMinch. This can be implemented today although isn't as straightforward as we'd like. We will make improvements to support it more clearly. In the meantime what you can do...
Hey @5un we have the bcrypt util functions to implement this logic as a couple of RPC functions: https://github.com/heroiclabs/nakama/blob/master/server/runtime_lua_nakama.go#L150 But it would definitely be easier to provide the logic as...
@Shelim You're welcome to contribute code to Nakama at any point and we'll prioritize the review on pull requests ahead of the rest of the continuous pipeline of requests we...
@julianeden Pull requests are always welcome. 👍
Thanks @vyacheslav-sozap. Could you move the TEST_RPC function to be defined within the InitModule function and test again for us?
Thanks for the feedback @dlannan-kakutai. We don't delete storage objects that are "linked" to each other (we have no concept in the storage engine API). We do delete all objects...