1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2026-01-14 06:23:16 +00:00

1. Fixed compiler warning

2. Fixed GC issue with monitor-info.js
3. Added screenId to windows getInfo()
This commit is contained in:
Bryan Roe
2021-05-07 16:29:22 -07:00
parent 9758f775bf
commit 33655fb323
5 changed files with 47 additions and 38 deletions

View File

@@ -949,7 +949,6 @@ duk_ret_t ILibDuktape_HttpStream_http_OnSocketReady(duk_context *ctx)
duk_push_heapptr(ctx, httpStream); // [socket][pipe][this][http]
if (duk_pcall_method(ctx, 1) != 0) { return(ILibDuktape_Error(ctx, "http.onConnect(): Error calling pipe ")); }
duk_pop(ctx); // [socket]
char *ttmp = (char*)Duktape_GetBufferProperty(ctx, -1, ILibDuktape_readableStream_RSPTRS);
// HttpStream => Socket
duk_push_heapptr(ctx, httpStream); // [socket][http]