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:
parent
32056224d8
commit
01c3b53612
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user