Permalink
base repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected base ref is valid, then try again.
base: 5.0.0
Choose a base ref
...
head repository: socketio/engine.io-client
Failed to load repositories. Confirm that selected head ref is valid, then try again.
compare: 5.0.1
Choose a head ref
  • 3 commits
  • 22 files changed
  • 1 contributor

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    fc5dc6bView commit details
    Browse the repository at this point in the history
  2. fix: ignore packets when the transport is silently closed

    In some cases, a "Transport not open" error could be thrown when the
    transport was silently closed in the onbeforeunload event (added in
    [1]).
    
    To reproduce:
    
    ```js
    window.addEventListener("unload", () => {
      socket.write("...");
    });
    ```
    
    [1]: ed48b5d
    
    Related: socketio/socket.io#3838
    @darrachequesne
    darrachequesne committedMar 31, 2021
    Configuration menu
    Copy the full SHA
    d291a4cView commit details
    Browse the repository at this point in the history
  3. chore(release): 5.0.1

    @darrachequesne
    darrachequesne committedMar 31, 2021
    Configuration menu
    Copy the full SHA
    9eeed5eView commit details
    Browse the repository at this point in the history
Loading