-
It seems that this SDK doesn't implement [session-based multiplayer support](https://heroiclabs.com/docs/nakama/concepts/multiplayer/session-based/), is there any plans to support it in the future?
…
-
**Describe the bug**
When I use final response = await client.rpc(
session: userSession!,
id: targetId,
payload: jsonEncode(payload),
); when sending a message
response…
-
Will Nakama also be supported eventually?
https://github.com/heroiclabs/nakama
-
## Description
I sign a user up, but when the email is already in use it doesn't throw any exception but try to authenticate with the information of the register form
## Steps to Reproduce
1. `var …
-
## Description
Runtime: JavaScript. Panic in registerRpc in case of call to class instance method previously.
## Steps to Reproduce
Build and run Nakama with following TypeScript module code:
…
-
RPC works fine on Desktop and Android.
It seems that the web error occurs because NakamaRestApiClient is used. On a PC, it is called using NakamaGrpcClient and there is no error.
```
final paylo…
-
## Description
Unauthenticated REST responses contain an invalid `WWW-Authenticate` header. This is a problem for HTTP clients that implement the [general HTTP authentication framework](https://dev…
-
The [typescript setup guide](https://heroiclabs.com/docs/nakama/server-framework/typescript-setup/) tells the user to add `"typeRoots": ["./node_modules"]` to the `tsconfig.json`. This seems a little …
-
Add it in an engine agnostic way, configurable using the config table that is passed to `nakama.create_client()`
-
## Description
With nakama 3.1 it is no longer allowed to create rpc calls as anonymous functions. which means the following code will no longer work:
```
let InitModule: nkruntime.InitModule = f…