-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require last_message_id when connecting to an agent (#13)
This pull request adds a new requirement for the `last_message_id` parameter when connecting to an agent. It must always be explicitly set, even if it is set to `nil`. This ensures that client code is proactively setting the value, preventing situations where an old value is used and later messages are not displayed.
- Loading branch information
Showing
3 changed files
with
161 additions
and
42 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
Oops, something went wrong.