Skip to content

Fix for autoconform corrupting track#3

Open
kenmcgaugh wants to merge 1 commit intomainfrom
autoconform_corrupting_tracks
Open

Fix for autoconform corrupting track#3
kenmcgaugh wants to merge 1 commit intomainfrom
autoconform_corrupting_tracks

Conversation

@kenmcgaugh
Copy link
Copy Markdown
Owner

Under MacOS the autoconform feature was causing jumbled up and corrupted tracks in the timeline. I tracked it down to the copyRows() function causing the front-end and back-end to become out of sync with each other. Changing the async anon_mail to a blocking request_receive appears to have fixed the issue for me.

I am aware this might have performance implications so would love feedback on a better solution than this.

Under MacOS the autoconform feature was causing jumbled up and corrupted tracks in the timeline. I tracked it down to the copyRows() function causing the front-end and back-end to become outof sync with each other. Changing the async anon_mail to a blocking request_receive appears to have fixed the issue for me.

I am aware this might have performance implications so would love feedback on a better solution than this.

Signed-off-by: kenmcgaugh <ken@mcgaugh.co.uk>
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.

1 participant