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 buffered message replay #4110

Closed

Commits on Oct 16, 2018

  1. Fix buffered message replay

    Use the kernel manager's session key as the replay "key" since this value is
    persistent across connections.  The current approach was to base the replay
    off the connection's session key, but that is updated on each connection.  As
    a result, buffered message replays never occurred.
    
    Note that this change only permits the replay of buffered messages.  Their
    display back to the user is a function of the how the front-end application
    determines what should be displayed.  For Notebook front-ends, replayed
    messages still will not be displayed, although they're now available for
    display.
    
    Fixes jupyter#4105
    kevin-bates committed Oct 16, 2018
    Configuration menu
    Copy the full SHA
    60331af View commit details
    Browse the repository at this point in the history