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

websocket - raise a clear error is hostname isnt extracted from URI (… #299

Merged
merged 1 commit into from
Jun 26, 2024

Conversation

robambalu
Copy link
Collaborator

… crashes otherwise ). Add Usage to example.

AdamGlustein
AdamGlustein previously approved these changes Jun 26, 2024
@@ -24,6 +24,10 @@ def g(uri: str):


if __name__ == "__main__":
if len(sys.argv) != 2:
print( f'Usage: e1_websocket_client <uri>')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you just run make fix so the builds pass?

… crashes otherwise ). Add Usage to example

Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
@robambalu robambalu merged commit 3eed9ee into main Jun 26, 2024
9 of 17 checks passed
@robambalu robambalu deleted the rba/websocket_minor_cleanup branch June 26, 2024 14:34
@timkpaine timkpaine added type: enhancement Issues and PRs related to improvements to existing features adapter: websocket Issues and PRs related to our websocket adapter labels Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adapter: websocket Issues and PRs related to our websocket adapter type: enhancement Issues and PRs related to improvements to existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants