-
Seems like Nakama 2.x no longer works in WebGL probably because of the use of System.Threading in [Nakama Dotnet](https://github.com/heroiclabs/nakama-dotnet)
Steps to Reproduce
1. Create a new Pr…
-
## Description
When pipeline.ProcessRequest return false, the nakama-js can be timeout because the IncommingLoop is break. To fix it, we add a flag for safely break the IncommingLoop
## Steps to R…
-
It would be nice to have a watcher task as preLaunchTask in launch.json. At the moment this is not possible because the launch task will not start before the preLaunchTask ends.
A long running preLaun…
-
I am having an issue when I update the nakama image from 3.17.1 to an updated version (checked with every version).
When I compose with Docker the Nakama Container goes down after a few seconds rep…
-
Add a Nakama Context to expose important objects, e.g. the client, socket, and session. Implement a basic login and logout mechanism
https://heroiclabs.github.io/nakama-js/
-
Honestly, es5 is horrible. Any attempt to increase my target from es5 to anything higher (es6, esnext) will prevent nakama container from starting properly.
```
{
"compilerOptions": {
"target…
-
I was having some problems while trying to use the Babel transpiler with Typebox modules because it makes use of BigInts which are not supported in older vesions of JS and Babel [can't transpile](http…
-
I find using Nakama and Docker very bad.
I'm using Typescript to write Nakama Server stuff and there is no way you can update things quickly. When you edit files, you will STILL need to rebuild the e…
-
# パフォーマンススキーマテーブル
https://dev.mysql.com/doc/refman/8.0/ja/performance-schema-table-descriptions.html
以下、[第4回 MySQLチューニング(3) パフォーマンススキーマ](https://gihyo.jp/dev/serial/01/MySQL-tuning-scale/0004) より引…
-
**Describe the project you are working on:**
Unreleased project.
**Describe the problem or limitation you are having in your project:**
Allow using a ICE server to traverse NAT after UPNP fai…