project-receptor / python-receptor

Project Receptor is a flexible multi-service relayer with remote execution and orchestration capabilities linking controllers with executors across a mesh of nodes.
Other
32 stars 21 forks source link

Don't prevent URL paths on websocket client connections #170

Closed ghjm closed 4 years ago

ghjm commented 4 years ago

https://github.com/project-receptor/receptor/pull/157 inadvertently blocked paths, query parameters, etc. for websocket clients as well as just listeners. Websocket clients do need to be able to specify these in the URL.