We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
The lock keyword doesn't synchornise your code it, prevents async access to resources while this will damage your code. so if you have Aysnc code inside a lock you are invaliding the process that the lock is supposed to protect
The lock keyword doesn't synchornise your code it, prevents async access to resources while this will damage your code. so if you have Aysnc code inside a lock you are invaliding the process that the lock is supposed to protect