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

7 Commits

Author SHA1 Message Date
Bryan Roe
9f4ef70b2e Updated documentation 2022-10-04 01:26:38 -07:00
Bryan Roe
b5a8fd6bd3 1. Added support for custom COM handlers
2. Updated win-wmi queryAsync to work with 32 bit windows
2022-04-14 10:21:29 -07:00
Bryan Roe
bc40427b26 1. Updated CoInitializseEx() to MULTITHREAD when running service in console mode
2. Updated Cleanup code for COM, so that Release is not called from finalizer
3. Updated installer to create WebRTC UDP firewall rule
2021-11-09 15:21:16 -08:00
Bryan Roe
5e4d1b02e3 Updated to support 32 bit windows 2021-11-02 18:18:49 -07:00
Bryan Roe
690b21de73 Fixed cleanup to address deadlock that could happen on CoUninitialize() on Windows 2021-10-30 19:48:40 -07:00
Bryan Roe
85fb2f3e1f Updated cleanup 2021-10-29 16:29:20 -07:00
Bryan Roe
ab066751fb 1. Fixed uncaught exception in websocket that could happen if peer disconnects
2. Updated debugger to work with updated promise
3. Fixed bug in event emitter where 'explicit' event type wasn't honored
4. Updated _GenericMarshal to support interface and function marshaling
5. Added COM/WMI support to windows
2021-10-29 09:39:25 -07:00