-
I have one user that created a party and an other one that joins it.
The two users register to **onmatchmakermatched** hook:
`socket.onmatchmakermatched = async (matched) => {
const match = a…
-
It seems like this timeout is never cleared/cancelled, it's executed for every socket message being send. This is resulting in a `rejectAfterPromiseResolved` error because the promise is already resol…
-
The whole project's codebase should be migrated to TypeScript for various reasons. Plain JS sucks.
~~Regarding multiplayer game engine itself, we'll switch from Nakama to Colyseus probably #1788~~
…
-
I'm using "@heroiclabs/nakama-js": "^2.6.1" to build a client in TypeScript. I use sockets to make calls to RPC's on the Nakama backend. For some reason, I randomly get these errors spit into my conso…
-
### Prize Title
#### [OPGames - Unitize Challenge 2] Add Nakama Support for Game3.js
### Prize Bounty
2.5 ETH
### Challenge Description
Game3.js uses [colyseus](https://github.com/col…
-
As of now I think the introductory docs are a little sparse, especially for newer developers. I think it'd be great a way for the community to see first hand how Nakama would be implemented with anoth…
-
- Take cjs release
- Install following packages: es6-promise, isomorphic-fetch, url-search-params, ws
- Monkey patch the cjs release (on top of the file):
``` javascript
// nakama-js.cjs.js
requi…
-
## 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…
-
Nakama has a `server key` variable. Currently it is `defaultkey` which is bad and should not be used for production!
Task:
- Add a field in ct.js for you to be able to change the secret key
-
Hey everyone,
I am currently using nakama-js in combination with ionic (capacitor) and after upgrading the version of capacitor-android to 5.4.0 (minimum) and compile project to APK it shows an erro…