Skip to content

Conversation

@Karrenbelt
Copy link
Collaborator

Expose the client logger as a public property and correct its type annotation to LoggerType. Update documentation to reflect that the WebSocket client is asynchronous rather than synchronous.

Closes #196

Changes

  • Expose logger via a public attribute instead of relying on private access.
  • Fix logger type annotation (Logger -> LoggerType).
  • Update docs: "Synchronous WebSocket" -> "Asynchronous WebSocket".

@8ball030 8ball030 merged commit 45f5937 into main Jan 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: expose logger as public property

3 participants