Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Fix the issue with message dispatcher and channels | hozan23 | 2024-07-09 | 8 |
| | | | | | | | | | Resolved a previous error where each subscription would create a new channel with the fixed buffer size. This caused blocking when the channel buffer was full, preventing the client from handling additional messages. Now, there is a `subscriptions` struct that holds a queue for receiving notifications, ensuring the notify function does not block. | |||
* | fix typos | hozan23 | 2024-06-15 | 3 |
| | ||||
* | add an example | hozan23 | 2024-06-13 | 2 |
| | ||||
* | use message dispatcher to process responses and notifications & spread out ↵ | hozan23 | 2024-06-13 | 3 |
comments |