yuvipanda / hubtraf

Traffic simulator for JupyterHub
BSD 3-Clause "New" or "Revised" License
40 stars 24 forks source link

Wish for clarification: Why don't we have a session key? #8

Open 1kastner opened 6 years ago

1kastner commented 6 years ago

Sorry for annoying you again with another issue. I dug a bit in https://github.com/jupyter/notebook/issues/4056 and found the specification for the websocket protocol at https://jupyter-client.readthedocs.io/en/stable/messaging.html#general-message-format. Am I just mistaken (totally possible) or is it that in user.py in the json sent to the kernel for executing code the session information is missing? Thank you so much in advance!