Lock write bugfix
This commit is contained in:
parent
c5066ddb30
commit
89fdbcd3cb
@ -151,7 +151,7 @@ public class Client implements TelegramClient {
|
||||
*/
|
||||
@Override
|
||||
public void destroyClient() {
|
||||
stampedLockValue = this.executionLock.writeLock();
|
||||
stampedLockValue = this.executionLock.tryWriteLock();
|
||||
destroyNativeClient(this.clientId);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user