Alexey Melnichuk
Alexey Melnichuk
No it seems not possible fold all blocks using mouse click. Agree this is may be just me. So I will try to describe how I use it. When I...
>If you are thinking about doing this for all elements in the file, then this can be done using Edit | Source | Fold/Unfold All I want do this by...
luaffi library also build test_cdecl.dll test_stdcall.dll and test_fastcall.dll based on test.c file. So this is my final variant https://gist.github.com/moteus/7042134 For dasc file i just create target manually and for dll...
I thought about it and even tried to do such a split, but I couldn't do this. The `mobdebug.lua` file is a self-contained module with a debug server and debug...
SV1, RSV2, RSV3: 1 bit each ``` MUST be 0 unless an extension is negotiated that defines meanings for non-zero values. If a nonzero value is received and none of...
Autobahn server send messages with setted rsv and client must close connection with 1002 status
May be we can use autobahn server. The only problem is I do not know how detect test fail. To run testcase for RSV you can use `wstest -m fuzzingserver...
> shouldn't there be a check for rsv bytes and eventually a connection close? websocket implementation should check RSV and if it not 0 then it should start close handshake...
I just make commit to run [autobahn tests on Travis](https://travis-ci.org/moteus/lua-lluv-websocket/builds/52538799) for lluv-websocket. Without this PR tests 3.\* are failed.