Fauny
Fauny
as title says, this works in ffi mode ```javascript const MyStruct = RefStruct({a: 'int', b:'int'}); const PtrMyStruct = ref.refType(MyStruct); const MyLib = ffi.Library('mylib.dll',{ setCB:['void', ['pointer']], //...other things }); let myCB...
my progam in cpp ```cpp // in h typedef struct { BYTE attr /* some other attrs */ } STRUCT, *PtrSTRUCT; LONG __stdcall foo(PtrSTRUCT ptr); // in cpp STRUCT myStruct;...
原生demo的http-client 连续发的两个请求,handle_func仅执行了一次。
simple whep test with [srs](https://ossrs.io/) docker. I'd not change the whep example in README page except url, error in console: ```console Uncaught TypeError: this.trickle is not a function at whep.js:240:50...