Endel Dreyer
Endel Dreyer
Hi @Andrew-Hanlon, Thanks for checking out this project. I'm all in for this feature. At the moment I won't have time for this, unfortunately. :( A pull-request is very appreciated!...
Hi @sh-dave, currently `.listen()` is still only supported in JavaScript. We haven't figured out a way to have a `.listen()` functionality on other compiled languages like Haxe and C# yet...
Hi @gfrisicaro, There are no plans for supporting CoronaSDK. It's a lot of effort for me to maintain and keep all other clients up-to-date. I highly encourage you to take...
You're welcome. Here are some of the dependencies that need to be replaced/changed for CoronaSDK. (I might be missing something) - `websocket.client_async`, from `connection.lua`: https://github.com/colyseus/colyseus-defold/blob/7bf72199f921fa0d850e24605250286845e04526/colyseus/connection.lua#L5 - replace `sys.xxx` calls to...
This version is going to require `extension-websocket` version `3.1.0` from Defold, which includes this fix exposing WebSocket close code: https://github.com/defold/extension-websocket/pull/45
Hi @NocoleNe, can you provide a repository with build instructions so we can reproduce this?
Hi @chsqn, I believe [britzl/defold-luasec](https://github.com/britzl/defold-luasec) is the only one needed. It already includes the patches from [subsoap/defold-luasec](https://github.com/subsoap/defold-luasec). This is the first time I've heard of [slua](https://github.com/pangweiwei/slua). As you're using Unity,...
Interesting!
Update: managed to get past the compilation error (https://github.com/Luukdegram/feilich/pull/1/commits/d67b815cca3ce19a146766d1a98bfe8118a47f07), now the test suite is panicking here 👀: ``` Test [21/29] test.Object identifier... thread 984457 panic: access of inactive union field...
hey @vlori2k, there are some info/reports about misconfigured certificates here: https://github.com/endel/NativeWebSocket/issues/1 which server tech are you using? I'm not an expert on TLS but I think the type of certificate...