-
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.
Cleanup of obsolete code in DLL and WebSocket handlers
- Removed code from 'DllHandler' that was no longer needed. - Simplified WebSocket data processing logic by removing redundant comments and unused code blocks. - Restored the original microsecond delay option in 'WebSocketHandler' with a reduced duration. - Removed the alternative approaches to data processing in 'WebSocketHandler' to streamline the implementation. This cleanup removes obsolete and commented out code to improve readability and maintainability. It also refines the WebSocket data processing logic to focus on a single, streamlined approach.
- Loading branch information
arkadiusz
committed
Aug 30, 2024
1 parent
e8c9ef2
commit ec6e07d
Showing
2 changed files
with
1 addition
and
49 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