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

Retain previous trajectory state when cancelling autoconversion #542

Merged
merged 2 commits into from
Jun 26, 2024

Conversation

interim17
Copy link
Contributor

Time estimate or Size

tiny, less than 5 min

Problem

Closes #525

Solution

This issue was caused by having multiple websocket connections open during conversion, something @ascibisz fixed a while back.

So we can just stop clearing out the old trajectory when cancelling conversion and it should work fine.

@interim17 interim17 requested a review from a team as a code owner June 26, 2024 18:16
@interim17 interim17 requested review from meganrm and ShrimpCryptid and removed request for a team June 26, 2024 18:16
Copy link

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 66.26% 644/972
🟡 Branches 65.73% 94/143
🔴 Functions 35.1% 86/245
🟡 Lines 64.65% 576/891

Test suite run success

104 tests passing in 7 suites.

Report generated by 🧪jest coverage report action from b5bec2a

@interim17 interim17 merged commit 5f87f00 into main Jun 26, 2024
6 checks passed
@interim17 interim17 deleted the fix/previous-file-state branch June 26, 2024 23:03
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.

Restore previous trajectory state when cancelling auto-conversion request
3 participants