Skip to content

Simplification TCP Client

Philipp Seiwald requested to merge simplification_tcp_client into dev-v2

Removes the parameter ownPort from the TCP client socket. This parameter was never used by the TCP client socket anyway.

Breaking Changes

  • [io]:
    • TCPClientOptions: removed argument ownPort from constructor

Non-Breaking Changes

  • minor doxygen fixes

Merge request reports