Versions in this module Expand all Collapse all v1 v1.2.5 Sep 6, 2026 v1.2.4 Jan 1, 2026 Changes in this version + type Client struct + func (c *Client) Close() error + func (c *Client) Connect(network, address string) error + func (c *Client) GetLocalAddr() net.Addr + func (c *Client) GetRemoteAddr() net.Addr + func (c *Client) Read(recvSize int) (string, error) + func (c *Client) Write(data string) (int, error) + type Server struct + func (s *Server) GetCondition() bool + func (s *Server) Start(network, address string, clientPoolSize int, ...) error + func (s *Server) Stop() error