1
0
mirror of https://github.com/Ylianst/MeshAgent synced 2025-12-06 00:13:33 +00:00

1. Updated Helper method for console.log to implement info1 & info2

2. Added more logging to WebRTC
3. Fix edge case when piping RTC DataChannel could result in 100% CPU utilization
This commit is contained in:
Bryan Roe
2022-03-07 19:09:44 -08:00
parent c2bafce024
commit 6030154d94
4 changed files with 26 additions and 5 deletions

View File

@@ -54,6 +54,7 @@ typedef struct ILibDuktape_readableStream
#endif
int endRelayed;
int pipeInProgress;
int pipeInProgress_counter;
#ifdef WIN32
DWORD pipedThreadID;
#else