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

figure out what to do with client messages that don't have a meld slug #8

Open
cpfiffer opened this issue May 9, 2024 · 0 comments

Comments

@cpfiffer
Copy link
Contributor

cpfiffer commented May 9, 2024

The server sends messages to clients in the json format

{'thought':..., 'meld_slug':...}

but there sometimes is the possibility that the message does not contain a meld slug. In this circumstance, I've set it to add the thought to the root meld, though in principle we could consider adding it to the current active slug.

Adding it to the active slug could be problematic, as the server does not know what meld is active, so this could
cause some confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant