Prevent infinite loop in the subscription lock
There is no reason why the subscription should wait for other calls because the lock is only for one page so once the other call has finished the work has already been done. This simplifies the lock mechanism so there is no more loop.
Loading
Please register or sign in to comment