liberate the semaphore!
This commit is contained in:
parent
6a867f2305
commit
cd7bc3b216
1 changed files with 2 additions and 2 deletions
|
@ -31,10 +31,10 @@ namespace BirdsiteLive.Twitter.Tools
|
|||
{
|
||||
if (_initialized) return;
|
||||
_semaphoregate.Wait();
|
||||
if (_initialized) return;
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
if (_initialized) return;
|
||||
InitTwitterCredentials();
|
||||
}
|
||||
finally
|
||||
|
|
Reference in a new issue