Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

atclient connection stability #425

Open
XavierChanth opened this issue Oct 14, 2024 · 1 comment
Open

atclient connection stability #425

XavierChanth opened this issue Oct 14, 2024 · 1 comment
Assignees

Comments

@XavierChanth
Copy link
Member

XavierChanth commented Oct 14, 2024

Current approach (for both)

  • use hooks to do a noop and reconnect
    • problem: lots of repetitive noop calls over the connection

atclient (sync client)

  • Instead of hooks to reconnect an atclient
  • A function which checks the connection and reconnects if necessary
    • This way we're more intentional about when to do noops

Monitor client (async client)

  • See if we can optimize our examples / existing usages to only check the connection when we experience a failure
    • Implement a counter to lower frequency of noops
@XavierChanth
Copy link
Member Author

XavierChanth commented Oct 18, 2024

See #431 for TODO comments (in the file changes) where we need to improve the read/write stability

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

No branches or pull requests

2 participants