-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add debug messaging toggle to WebSocketClient ### Body Introduced a `debugMessage` boolean toggle in `WebSocketClient` to control conditional logging of WebSocket events, enhancing debugging capabilities. Also, changed the access level of `webSocket` in `IQOptionProvider` from private to public to enable external access for broader usage scenarios and debugging. Fixes #123
- Loading branch information
1 parent
5c61440
commit 00b9ae7
Showing
2 changed files
with
8 additions
and
2 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