aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFiles
* update README.mdHEADmasterhozan232024-07-101
|
* Fix the issue with message dispatcher and channelshozan232024-07-0913
| | | | | | | | | 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.
* update READMEhozan232024-06-152
|
* fix typoshozan232024-06-154
|
* Create .github/workflows/go.ymlhozan232024-06-133
|
* add an examplehozan232024-06-133
|
* use message dispatcher to process responses and notifications & spread out ↵hozan232024-06-136
| | | | comments
* client: Close() shouldn't return an errorhozan232024-05-311
|
* init commithozan232024-05-318