Closed Rolodo closed 5 years ago
Did you manage to solve this? I am having the same issue!
For me it seems that my logic was not good following callback ... I solved this be changing the order I was doing my call try adding async for all your call instead of doing the .then speculating ... (if this is a real bug?? could it be that the current request instance is not closed before the other are called ?)
I am using the lib in a vscode extension. I'm doing something like that :
so if I call it 3 time.
I've never created an extension for vscode... if someone can confirm if this is a bug from the lib or from vscode.
Thanks!