mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
lock
This commit is contained in:
@@ -37,8 +37,11 @@ namespace VRCX
|
||||
|
||||
internal void Exit()
|
||||
{
|
||||
m_Timer.Change(-1, -1);
|
||||
m_Client?.Dispose();
|
||||
lock (this)
|
||||
{
|
||||
m_Timer.Change(-1, -1);
|
||||
m_Client?.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
private void TimerCallback(object state)
|
||||
|
||||
Reference in New Issue
Block a user