Skip to content

Commit

Permalink
realm: handle received error message
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Aug 1, 2024
1 parent 4bea60b commit 696fbd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/realm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class Realm {
case Yield.id:
case Register.id:
case Unregister.id:
case Error.id:
MessageWithRecipient recipient = _dealer.receiveMessage(sessionID, msg);
var client = _clients[recipient.recipient];
client?.sendMessage(recipient.message);
Expand Down

0 comments on commit 696fbd1

Please sign in to comment.