You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I keep getting OnMaxParallelSessionsExceeded even thought Im closing the session via session.close();. I have read various posts and cant really find something that works, I saw an ambiguous answer using "headers", but cant make it work either. Please any help is appreciated
Environment
Library
[x] Node.js
[ ] Browser
Operating system
[ ] Windows
[ ] OSX
[ ] Linux
Qlik Sense
[ ] Desktop
[x] Enterprise
Versions
Node.js:
Browser:
Qlik Sense:
Operating system:
[Other relevant versions]
The text was updated successfully, but these errors were encountered:
This should have worked (closing the session) -- but since the call is async your perhaps may want to wait for the session to close before opening a new one ex: session.close().then(() => {./* code for opening the new session */ });
Description
Hi, I keep getting
OnMaxParallelSessionsExceeded
even thought Im closing the session viasession.close();
. I have read various posts and cant really find something that works, I saw an ambiguous answer using "headers", but cant make it work either. Please any help is appreciatedEnvironment
Library
Operating system
Qlik Sense
Versions
The text was updated successfully, but these errors were encountered: