Conversation
…kernel message specification
8b05ef7 to
2118bab
Compare
|
For previous client bindings that used PUB/SUB sockets for IOPub, will they be backwards compatible or do they need to be able to detect that the version is 5.5 somehow? Based on reading Impact on Existing Implementations, it seems like I should add this into the jupyter rust crates ( For now I'll add the message in to the Rust crate in runtimed/runtimed#203 and come up with a plan for how I can support XPUB kernels maybe optionally at first (?). |
|
If a kernel speaks protocol version 5.4 and uses a PUB socket, the |
Co-authored-by: Min RK <benjaminrk@gmail.com>
This adds the missing specification for the accepted JEPS of these last years, in order to make a new release of the specification. I'll make a separate PR for the handshaking and the regular connection patterns.