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

re-subscription needed for streaming client on "EXPIRED_KEY" #277

Open
httran13 opened this issue Nov 6, 2021 · 0 comments
Open

re-subscription needed for streaming client on "EXPIRED_KEY" #277

httran13 opened this issue Nov 6, 2021 · 0 comments

Comments

@httran13
Copy link
Contributor

httran13 commented Nov 6, 2021

There's a case for streaming when ACCT_ACTIVITY service will un-subscribe you due to an "expired key" -- refer to below log of the "data"

{"seq": 29, "key": "xxxxxf1ff5f3", "ACCOUNT": "", "MESSAGE_TYPE": "ERROR", "MESSAGE_DATA": "EXPIRED_KEY"}

Noticed that this is a "data" type of message -- not a "response" -- unfortunately this is all the logs i kept and im unware of the code returned. Since all data is handled by the handler, we're not checking for code since a piece of data is considered success but as you can see it's a bit confusing with a MESSAGE_TYPE=ERROR.

WIP -- will add more context and discussion but I'd like to bookmark this issue for now

Describe the solution you'd like
A clear and concise description of what you want to happen. (TBD)

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered. (TBD)

Additional context
Add any other context or screenshots about the feature request here. (TBD)

@httran13 httran13 changed the title re-subscription needed for streaming client re-subscription needed for streaming client on "EXPIRED_KEY" Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant