-
Notifications
You must be signed in to change notification settings - Fork 35
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
Introduce websocket protocol #60
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The header is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The recv
part confused me. Shouldn't there be a way to check for data only with the connection id?
Update contract subscription skill to use new connection and websocket client skill
Introduce websocket subscription skill and update the websocket client connection to use subscription model
|
||
async def subscribe(self, url: str) -> "WebsocketSubcription": | ||
"""Subscribe to websocket.""" | ||
# TODO: make these configurable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you are addressing this in a future version I assume?
This looks cool |
# Conflicts: # packages/packages.json # packages/valory/agents/mech/aea-config.yaml # packages/valory/connections/websocket_client/connection.py # packages/valory/connections/websocket_client/connection.yaml # packages/valory/contracts/agent_mech/contract.py # packages/valory/skills/contract_subscription/dialogues.py # packages/valory/skills/contract_subscription/handlers.py # packages/valory/skills/contract_subscription/skill.yaml # packages/valory/skills/mech_abci/skill.yaml # packages/valory/skills/reset_pause_abci/skill.yaml
No description provided.