Skip to content

Allow a JupyterYModel to send and receive binary messages#23

Open
davidbrochart wants to merge 1 commit intoQuantStack:mainfrom
davidbrochart:messages
Open

Allow a JupyterYModel to send and receive binary messages#23
davidbrochart wants to merge 1 commit intoQuantStack:mainfrom
davidbrochart:messages

Conversation

@davidbrochart
Copy link
Copy Markdown
Member

@davidbrochart davidbrochart added the enhancement New feature or request label May 21, 2025
}

send(message: Uint8Array) {
const messageType = new Uint8Array([2]);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

An exported constant for this magic value might be cleaner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants