1
0
mirror of https://github.com/oliverbooth/VpSharp synced 2024-11-09 22:55:42 +00:00

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

View File

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