Open phijor opened 3 years ago
The code here...
https://github.com/metricq/metricq-sink-websocket/blob/1f51f61f07b498364c93c74303cd4619e1527475/metricq_sink_websocket/views.py#L24-L38
...breaks out of the websocket message loop, but does not result in app termination. Exceptions of type RPCError should most likely be fatal.
RPCError
The code here...
https://github.com/metricq/metricq-sink-websocket/blob/1f51f61f07b498364c93c74303cd4619e1527475/metricq_sink_websocket/views.py#L24-L38
...breaks out of the websocket message loop, but does not result in app termination. Exceptions of type
RPCError
should most likely be fatal.