amnezia-client/client/platforms
Dan Nguyen b7c513c05f ISSUE: Service is crashed after disconnecting
ROOT CAUSE: When disconnecting service, m_logworker is deleted in thread which does not have affinity with m_logworker.
			The time m_logworker is deleted, it may be used by m_logthread and make the service crashed

ACTION: Connect signal finished() of m_logthread to deleteLater() slot of m_logworker to safety delete it.
2024-03-17 07:09:57 +07:00
..
android Add in-app screenshot preventing (#606) 2024-03-06 01:18:19 +00:00
dummy WireGuard for MacOS (#248) 2023-07-15 22:19:48 +01:00
ios Add AllowedIPs config change 2024-03-12 19:57:45 +03:00
linux Change license text 2024-01-28 05:39:12 -05:00
macos Change license text 2024-01-28 05:39:12 -05:00
windows ISSUE: Service is crashed after disconnecting 2024-03-17 07:09:57 +07:00