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(WebSocketSubject.prototype.multiplex): no longer nulls out socket… #2039

Merged
merged 4 commits into from
Oct 24, 2016
Merged

Commits on Oct 15, 2016

  1. fix(WebSocketSubject.prototype.multiplex): no longer nulls out socket…

    … after first unsubscribe
    
    This fix ensure the observers count goes to zero before the state is reset on the WebSocketSubject instance
    
    fixes #2037
    benlesh committed Oct 15, 2016
    Configuration menu
    Copy the full SHA
    2775e06 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2016

  1. Configuration menu
    Copy the full SHA
    c0e365b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2016

  1. Configuration menu
    Copy the full SHA
    cf27fa0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4a816 View commit details
    Browse the repository at this point in the history