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
I can implement it myself, it's been a while :) I'd like to present/demo this feature in an upcoming blog post
3 times of events: connect: https://gist.github.com/ran-isenberg/7c73a1db17a5d47ac5da5e19f0a3529f
message over a route : https://gist.github.com/ran-isenberg/35ceae2179ed9c26e459450825561369
disconnect: https://gist.github.com/ran-isenberg/2bffedaacc4423d7d23901b803cc280a
Add Parser models and envelope to parse the event. Same experience as API GW usage.
write the model by myself and use pure pydantic like a savage.
The text was updated successfully, but these errors were encountered:
Hi @ran-isenberg! Thanks a lot for opening this issue!
I'm working on adding support for Python 3.13 and I'll take a look at this issue tomorrow and we can add this to the parser/eventsource schemas/class.
Sorry, something went wrong.
lemme know if you want to write it yourself, or do you want me to give it a try ;)
leandrodamascena
No branches or pull requests
Use case
I can implement it myself, it's been a while :)
I'd like to present/demo this feature in an upcoming blog post
3 times of events:
connect: https://gist.github.com/ran-isenberg/7c73a1db17a5d47ac5da5e19f0a3529f
message over a route : https://gist.github.com/ran-isenberg/35ceae2179ed9c26e459450825561369
disconnect: https://gist.github.com/ran-isenberg/2bffedaacc4423d7d23901b803cc280a
Solution/User Experience
Add Parser models and envelope to parse the event.
Same experience as API GW usage.
Alternative solutions
Acknowledgment
The text was updated successfully, but these errors were encountered: