v1.2.0 #4
Antruly
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
TCP Networking Library - Release v1.2.0
Welcome to the v1.2.0 release of our TCP networking library! This release brings several enhancements and additions to improve the functionality and flexibility of our library. Below are the key highlights:
VTcpServer Enhancements:
setNewConnectionCb
inVTcpServer
class, enabling users to define custom actions upon establishing a new connection.listenIpv4
method.VTcpClient Updates:
VTcpClient
now supports a connection callbacksetConnectiondCb
, providing a way to handle connection events in client instances.VTcpBase Improvements:
VTCP_WORKER_STATUS
) to better track the state of TCP workers, including connection status, data processing, and error conditions.idleStart
andidleClose
methods respectively.setIdleCb
,setCloseCb
,setWriteCb
, andsetReadCb
, enabling finer control over various events.getStatus
method to retrieve the current status of TCP workers.Other Enhancements:
listenIpv4
andconnect
methods for server and client instances respectively.Bug Fixes and Optimizations:
For a detailed list of changes, please refer to the changelog.
We hope these additions enhance your experience with our library. As always, we welcome your feedback and contributions. Feel free to reach out with any questions or suggestions.
Happy coding!
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions