Skip to content

fix(wizard): only persist cast members from fully-streamed lines#44

Open
Viscerous wants to merge 1 commit into
tealios:masterfrom
Viscerous:fix/wizard-cast-streaming-commit
Open

fix(wizard): only persist cast members from fully-streamed lines#44
Viscerous wants to merge 1 commit into
tealios:masterfrom
Viscerous:fix/wizard-cast-streaming-commit

Conversation

@Viscerous

Copy link
Copy Markdown

The cast-list parser ran on every stream tick, so it persisted a character as soon as the first word of its description arrived, capturing a half-streamed description that was never updated.

Now it parses only up to the last newline (fully-terminated rows) while streaming, then parses everything once the stream completes.

Fixes: #39

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.

Character generation during the Setup Wizard saves characters prematurely

1 participant