🔖 Feature description
Websocket connections indicate supported protocol version (1.6 vs. 2.0). It would be nice if the network layer could multiplex the incoming requests to different server implementations.
🎤 Why is this feature needed ?
Clearer infrastructure with only a single external listener/ port.
✌️ How do you aim to achieve this?
Use websocket protocols as indicator, if multiple present allow a callback function to chose per client.
🔄️ Additional Information
Refs ChargeTimeEU/Java-OCA-OCPP#239 which implements this for Java.
👀 Have you spent some time to check if this feature request has been raised before?
🔖 Feature description
Websocket connections indicate supported protocol version (1.6 vs. 2.0). It would be nice if the network layer could multiplex the incoming requests to different server implementations.
🎤 Why is this feature needed ?
Clearer infrastructure with only a single external listener/ port.
✌️ How do you aim to achieve this?
Use websocket protocols as indicator, if multiple present allow a callback function to chose per client.
🔄️ Additional Information
Refs ChargeTimeEU/Java-OCA-OCPP#239 which implements this for Java.
👀 Have you spent some time to check if this feature request has been raised before?