Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OnMaxParallelSessionsExceeded #970

Open
EmilioHerreraSoukup opened this issue Jan 31, 2023 · 1 comment
Open

OnMaxParallelSessionsExceeded #970

EmilioHerreraSoukup opened this issue Jan 31, 2023 · 1 comment

Comments

@EmilioHerreraSoukup
Copy link

EmilioHerreraSoukup commented Jan 31, 2023

Description

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]
@aihazm
Copy link
Member

aihazm commented Feb 28, 2023

Hi @EmilioHerreraSoukup, (apologies for the late reply),

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 */ });

I saw an ambiguous answer using "headers"

could you share?

I also found a good article about session here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants