Skip to content

Fix Rust Chat App Tutorial not showing messages of other users live#4588

Open
OMGeeky wants to merge 2 commits intoclockworklabs:masterfrom
OMGeeky:patch-1
Open

Fix Rust Chat App Tutorial not showing messages of other users live#4588
OMGeeky wants to merge 2 commits intoclockworklabs:masterfrom
OMGeeky:patch-1

Conversation

@OMGeeky
Copy link

@OMGeeky OMGeeky commented Mar 8, 2026

Description of Changes

This fixes an Issue in the Rust Chat App Tutorial, that is caused by the Event Type Changes in 2.0

This resulted in other clients not receiving new messages, since they are now Event::Transaction and no longer included within the Event::Reducer

API and ABI breaking changes

I don't think any? I only changed a tutorial, the real change was in 2.0

Expected complexity level and risk

1

Testing

  • I ran the Tutorial app with these changes and messages started to appear as expected on the second client when writing something on the first.

There might be more places where this is an Issue, I just noticed this one while following the Tutorial.

Signed-off-by: Frederik <39029799+OMGeeky@users.noreply.github.com>
@CLAassistant
Copy link

CLAassistant commented Mar 8, 2026

CLA assistant check
All committers have signed the CLA.

Signed-off-by: Frederik <39029799+OMGeeky@users.noreply.github.com>
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.

2 participants