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

Hold notifications when another operation is executing #1260

Open
cpswan opened this issue Mar 15, 2023 · 1 comment
Open

Hold notifications when another operation is executing #1260

cpswan opened this issue Mar 15, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@cpswan
Copy link
Member

cpswan commented Mar 15, 2023

Is your feature request related to a problem? Please describe.

In microcontroller environments TLS sockets are expensive in terms of memory (e.g. MicroPython needs a 16Kb contiguous block of free RAM to wrap TLS around a socket connection), so it's desirable to share a connection for monitor and other operations; but we don't want notifications to come crashing into the responses expected for other verbs.

Describe the solution you'd like

Decorate the monitor verb with metadata that requests the atServer holds a notification until other in progress operations are completed.

@gkc
Copy link
Contributor

gkc commented Apr 3, 2023

Backlog until #1259 is complete

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

No branches or pull requests

2 participants