We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello all,
Describe the bug It seems type annotation for subscription.presence() diverge from the effective result.
subscription.presence()
To Reproduce Steps to reproduce the behavior:
{ "f7cfb659-8cda-4561-a1b2-bb8ecb173713": { "user": "1", "client": "f7cfb659-8cda-4561-a1b2-bb8ecb173713", "conn_info": { "id": "1", "name": "Someone" } } }
Expected behavior It should return (as per type annotation) a property connInfo instead of conn_info.
connInfo
conn_info
Versions
The text was updated successfully, but these errors were encountered:
Hello, thanks for opening!
Unfortunate thing, will fix keeping current field too - to not break someone's code.
Sorry, something went wrong.
Fixed in 3.1.1
No branches or pull requests
Hello all,
Describe the bug
It seems type annotation for
subscription.presence()
diverge from the effective result.To Reproduce
Steps to reproduce the behavior:
subscription.presence()
Expected behavior
It should return (as per type annotation) a property
connInfo
instead ofconn_info
.Versions
The text was updated successfully, but these errors were encountered: