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

fix: too fast polling #4007

Merged

Commits on Nov 28, 2024

  1. fix: too fast polling

    - skip 1 interval in polling after the server respond with 'slow_down'
    - prevent emitting events from previous polling sessions
    - refactored timeout logic
    
    issue: https://jira-eng-gpk2.cisco.com/jira/browse/SPARK-586223
    maxinteger committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    9dbf9d4 View commit details
    Browse the repository at this point in the history
  2. fix: too fast polling

    - Removed unused import
    maxinteger committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    53045fd View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. fix: too fast polling

    - added exported Events object for better consumer side API
    maxinteger committed Nov 29, 2024
    Configuration menu
    Copy the full SHA
    6b0a33e View commit details
    Browse the repository at this point in the history