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

Keep alive counter and lifetime counters of subscription are ridiculously long #2294

Closed
marcschier opened this issue Jul 22, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@marcschier
Copy link
Collaborator

marcschier commented Jul 22, 2024

10 and 100 with long publishing intervals lead to subscriptions lost never being collected on the server.

The numbers should be set more reasonably and we by default will let the server decide (setting both to 0 by default).

When subscriptions are closed due to in-activity we must validate publisher re-creates them.

@marcschier marcschier added the bug Something isn't working label Jul 22, 2024
@marcschier marcschier added this to the 2.9.10 milestone Jul 22, 2024
marcschier added a commit that referenced this issue Jul 27, 2024
…2297)

* Update nuget dependencies
* Publish Start/stop tests
* Fix seconds heartbeat bug #2292 
* Fix condition handling stop working and heartbeat timer stopping on reconnect #2288 
* Add ipi option #2299 
* Session per writer #2298 
* Setting ska and slt options to default to 0 #2294 
* Add auto calculation of qs. #2300 
* Document browse path formats and fix issue when node id is missing #2296 
* API and sample to dump session, channel and subscription diagnostics from server #2303
* Better validation for missing node id on inputs to the configuration API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant