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;
|
if (_initialized) return;
|
||||||
_semaphoregate.Wait();
|
_semaphoregate.Wait();
|
||||||
if (_initialized) return;
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
if (_initialized) return;
|
||||||
InitTwitterCredentials();
|
InitTwitterCredentials();
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
Reference in New Issue
Block a user