Kin Wang

Results 49 comments of Kin Wang

@bigtimebuddy [demo.zip](https://www.dropbox.com/s/233d89tpfhvc1b4/demo.zip?dl=0) Notice: fla must be placed in the extracted folder named `中文字符`.

I resolved this problem by: 1. `npm i @mapbox/node-pre-gyp` first 2. Then `npm i wrtc`

@murat-dogan Node version is `v16.15.1` I install node by: ```shell curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs ``` (From https://github.com/nodesource/distributions/blob/master/README.md)

[node-datachannel-v0.3.4-node-v93-darwin-arm64.tar.gz](https://github.com/murat-dogan/node-datachannel/files/9009893/node-datachannel-v0.3.4-node-v93-darwin-arm64.tar.gz) I've build one at NodeJS 16.15.1, for someone needed.

@murat-dogan After tested at Win(x64), Linux(arm64), Mac(arm64), I found that it seems only matter the cpu architechture. Any lower node version is compatible for newer.

可以先不修改 `build.outDir` 选项,经确认修改 `outDir` 时会有问题,下个版本修复。

Hello, TSRPC only have TypeScript client yet, but you still have some way to use it in Unity. - Use TSRPC as backend, and set `json: true`, send and receive...

@ahejlsberg Here we just wanna to use `this.constructor` to retrieve static member. If it must add `"constructor": typeof XXX` to every class, it also seems too unnecessary. Since `this.constructor` have...

So have this is implemented now?