Skip to content

migrate connection base to websocketapp

Philipp Sommer requested to merge use-websocketapp into master

as this better handles the ping/pong issue for long-living connections

this MR removes the entire ping-reconnect-logic from the consumer and uses the functionality provided by the websocket.WebSocketApp class of the websocket-client library.

Merge request reports