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;
|
if (_initialized) return;
|
||||||
_semaphoregate.Wait();
|
_semaphoregate.Wait();
|
||||||
if (_initialized) return;
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
if (_initialized) return;
|
||||||
InitTwitterCredentials();
|
InitTwitterCredentials();
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
|
|
Loading…
Add table
Reference in a new issue