-
Notifications
You must be signed in to change notification settings - Fork 3
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
Graceful shutdown #1
Comments
Hello, Executor.js is not a public module and it is not meant to be a general purpose scheduler, so its API only exposes the operations that are strictly needed by the other modules. |
Hello Viktor, Maybe I have misunderstood your requirements. |
No, I'm just want to allow nodejs process made graceful shutdown. This is not possible because |
This commit solve my problem vdakalov@f8a8e0f |
Hello Viktor, That makes sense. We will try to add the feature in a next release of the client. |
Thank you. I thing it's a single way. Because when I build my own client with other version and build I have error |
Indeed, the rule is that a custom client cannot have a version greater than the last released. Otherwise the server will not accept it. For example, since the last released version is 8.0.2, you cannot use 8.1.0. Our advice is to choose a version having 0 as major number (e.g. 0.X.Y). We will make the build instructions clearer about this point. |
Hello. Tell me please, how I can clear this timer?
Lightstreamer-lib-client-javascript/src-tool/Executor.js
Line 104 in 6e549e4
It's need for clear task queue in event loop and graceful shutdown. I studied your code, but I not found public method to make it.
The text was updated successfully, but these errors were encountered: