We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44980c1 commit b680593Copy full SHA for b680593
docs/messaging.rst
@@ -122,6 +122,14 @@ A message is defined by the following four-dictionary structure::
122
'buffers': list,
123
}
124
125
+.. note::
126
+
127
+A client session value, in message headers from a client, should be unique among
128
+all clients connected to a kernel and should be constant over the lifetime of
129
+the client. A kernel session value, in message headers from a kernel, should be
130
+generated on kernel startup or restart and should be constant for the lifetime
131
+of the kernel.
132
133
.. versionchanged:: 5.0
134
135
``version`` key added to the header.
0 commit comments