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

Fix internal close command collision #258

Merged
merged 4 commits into from
Apr 11, 2024
Merged

Fix internal close command collision #258

merged 4 commits into from
Apr 11, 2024

Conversation

nielsbuwen
Copy link
Collaborator

@nielsbuwen nielsbuwen commented Apr 11, 2024

Internally we use the string close to close the connection of a workspace with the server. Unfortunately this is also a valid python request.

This PR changes the internal command to $close. This is neither valid Python code nor valid SKILL code so it cannot be sent by accident.

Closes #257

@nielsbuwen nielsbuwen requested a review from TM90 April 11, 2024 09:03
@nielsbuwen nielsbuwen self-assigned this Apr 11, 2024
@TM90 TM90 merged commit f9136e4 into master Apr 11, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

Why did I encounter the "RuntimeError: The server unexpectedly died" error?
2 participants