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

Message publish failure after reconnection #529

Open
darrencjh8 opened this issue Feb 9, 2024 · 0 comments
Open

Message publish failure after reconnection #529

darrencjh8 opened this issue Feb 9, 2024 · 0 comments
Labels
defect Suspected defect such as a bug or regression

Comments

@darrencjh8
Copy link

Observed behavior

We have observed that, if for any reason nats server killed the connection, the message that is immediately published after the reconnection will always fail

ping_interval during connect is being set to every 1 seconds

image

Expected behavior

The publish should be successful after reconnection

Server and client version

nats server version: 20210429
nats-py==2.6.0

Host environment

No response

Steps to reproduce

use nats library to connect
wait for 5 minutes (server went stale)
publish a message

@darrencjh8 darrencjh8 added the defect Suspected defect such as a bug or regression label Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect Suspected defect such as a bug or regression
Projects
None yet
Development

No branches or pull requests

1 participant