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

Serialized remote file system messages are not sent in the right order #855

Open
jespertheend opened this issue Jan 5, 2024 · 0 comments
Labels
effort: Difficult Good luck. topic: Studio Connections Related to messaging connection discovery between studio instances or inspectors.
Milestone

Comments

@jespertheend
Copy link
Collaborator

The problem is that some messages can be sent immediately (such as fileSystem.readFile) whereas other messages first need to serialize the file into an ArrayBuffer, which is async (such as fileSystem.writeFile)

@jespertheend jespertheend added effort: Difficult Good luck. topic: Studio Connections Related to messaging connection discovery between studio instances or inspectors. labels Jan 5, 2024
@jespertheend jespertheend added this to the backlog milestone Jan 5, 2024
jespertheend added a commit to jespertheend/Renda that referenced this issue Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
effort: Difficult Good luck. topic: Studio Connections Related to messaging connection discovery between studio instances or inspectors.
Projects
None yet
Development

No branches or pull requests

1 participant