mirror of
https://github.com/NicolasConstant/BirdsiteLive
synced 2025-06-05 21:49:16 +02:00
liberate the semaphore!
This commit is contained in:
@@ -31,10 +31,10 @@ namespace BirdsiteLive.Twitter.Tools
|
||||
{
|
||||
if (_initialized) return;
|
||||
_semaphoregate.Wait();
|
||||
if (_initialized) return;
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
if (_initialized) return;
|
||||
InitTwitterCredentials();
|
||||
}
|
||||
finally
|
||||
|
Reference in New Issue
Block a user