You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Splitting the definition of client into 2 interfaces
- ClientConnect provides the abstraction required to address connection
methods for TCP like sessions.
- Client provides the same Features as before, but it is specialized to
handle connections that are then handled like a stream, like a
classical TCP connection
This distinction will be used to differentiate stream like communication
protocols, i.e. websocket, tcp, http streaming, from discrete sized
packets communication, like MQTT.
0 commit comments