Duc Khanh Pham
Results
2
issues of
Duc Khanh Pham
While using the library, I am facing an issue with concurrent request. ``` it("Should lock concurrent request", async () => { const task1 = SignalCache.get(); const task2 = SignalCache.get(); const...
I got this error when trying to import my code: ``` TSError: ⨯ Unable to compile TypeScript: signal.ts(8,28): error TS2583: Cannot find name 'Promise'. Do you need to change your...