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

[WIP] [CAP-49] no connection serials #1045

Closed
wants to merge 34 commits into from

Commits on Jan 4, 2023

  1. Configuration menu
    Copy the full SHA
    2d58672 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f15c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0aa02a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    239da90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    39ba10e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e24043 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    02101f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6d4ea5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bace49d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a7ceed View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ea8748 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e5373c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6d9cad8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    14fd77d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ac1cbc3 View commit details
    Browse the repository at this point in the history
  16. prettier format

    andydunstall committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    0313a7b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9554911 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7a8e58a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9c49ad0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    02cacc9 View commit details
    Browse the repository at this point in the history
  21. upgrade: remove unresponsive_upgrade_sync

    We no longer wait for a response from the server on upgrade, so this
    test is redundant.
    andydunstall committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    2c16469 View commit details
    Browse the repository at this point in the history
  22. upgrade: message_timeout_stalling_upgrade don't wait for attach

    We no longer wait for a SYNC response so the transport was being
    upgraded before the channel was attached. Instead publish immediately
    without waiting to attach so the message is queued while the comet
    transport is still active.
    andydunstall committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    f211ebb View commit details
    Browse the repository at this point in the history
  23. prettier format

    andydunstall committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    8a874d5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    1db6e98 View commit details
    Browse the repository at this point in the history
  25. init: fix test depending on message.connectionKey

    With 2.0 connectionKey is only include in connectionDetails
    andydunstall committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e02b921 View commit details
    Browse the repository at this point in the history
  26. channel: subscribeAfterSetOptions attach before publish

    With upgrade we don't wait for a response, so the first attach request
    is ignored (as the ACTIVATE immediately suspends the channel), so the
    subscriber misses the publish.
    andydunstall committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    7388ddf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    1eb95ce View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    6985cd5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2014703 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8c479dc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2bd6a55 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f27f36e View commit details
    Browse the repository at this point in the history
  33. prettier

    SimonWoolf authored and andydunstall committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    5247795 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7793077 View commit details
    Browse the repository at this point in the history