liberate the semaphore!

This commit is contained in:
Nicolas Constant 2021-01-30 00:46:45 -05:00
parent 6a867f2305
commit cd7bc3b216
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ namespace BirdsiteLive.Twitter.Tools
{
if (_initialized) return;
_semaphoregate.Wait();
if (_initialized) return;
try
{
if (_initialized) return;
InitTwitterCredentials();
}
finally