-
-
Notifications
You must be signed in to change notification settings - Fork 298
refactor for python websocket client #1517
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
Comments
Hey! @derberg , @Adi-204 Totally understand if it's being handled internally, but I’d love to contribute or help validate/test any upcoming changes if you’re open to collaboration... as my previous issues has been done from my side so I'm currently exploring the generator's Python WebSocket client internals which i was intrested from the very starting and would be happy to assist where useful. Either way—really enjoying diving into the codebase overall! 🚀 |
@derberg I am working on this issue. |
Currently inside method -
async def send_message_static(message, socket):
the lineawait HoppscotchEchoWebSocketClient._send(message, socket)
is written which means for all the generated clientHoppscotchEchoWebSocketClient
will be written but we need it to be dynamic and extract from asyncapi document.For ref -
generator/packages/templates/clients/websocket/python/components/SendEchoMessage.js
Line 31 in 20d10dc
The text was updated successfully, but these errors were encountered: