fix: dispose MessageReceived observable

This commit is contained in:
Oliver Booth 2023-05-08 15:54:00 +01:00
parent 32056224d8
commit 01c3b53612
No known key found for this signature in database
GPG Key ID: 20BEB9DC87961025
1 changed files with 1 additions and 0 deletions

View File

@ -745,6 +745,7 @@ public sealed partial class VirtualParadiseClient : IDisposable
_objectDeleted.Dispose();
_objectUpdates.Clear();
_messageReceived.Dispose();
_inviteRequestReceived.Dispose();
_joinRequestReceived.Dispose();
_teleported.Dispose();