-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add DLL unloading endpoint to API server
- Added '/unload_dll' POST endpoint to allow DLL unloading via WebSocket communication. - Implemented 'unloadDllEndpoint' function to parse and send DLL paths to the WebSocket server for unloading. - Ensured WebSocket connection management and error handling during DLL unload requests. This update enables dynamic DLL unloading through the API server, enhancing the flexibility and control over active DLL resources on the WebSocket server.
- Loading branch information
arkadiusz
committed
Oct 30, 2024
1 parent
b1c97cc
commit 460bc2c
Showing
2 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters