Merges ktor's Websocket and TCP transports in one artifact: rsocket-transport-ktor - contains implementation of Connection for both TCP and WS in common code.
Renamed 2 other artifacts:
rsocket-transport-websocket-client -> rsocket-transport-ktor-client - contains ktor client feature implementation and some extensions for convenient usage
rsocket-transport-websocket-server -> rsocket-transport-ktor-server - contains ktor server feature and route-like extension for convenient usage
Merges ktor's Websocket and TCP transports in one artifact:
rsocket-transport-ktor
- contains implementation ofConnection
for both TCP and WS in common code. Renamed 2 other artifacts:rsocket-transport-websocket-client
->rsocket-transport-ktor-client
- contains ktor client feature implementation and some extensions for convenient usagersocket-transport-websocket-server
->rsocket-transport-ktor-server
- contains ktor server feature and route-like extension for convenient usage