lynn_tcp 1.1.2

Lightweight asynchronous TCP framework
Documentation
# Version Note


### v1.1.x - release


#### v1.1.2 - release


1.fix

- Link management(DELAYED SEND)
- Log output adjustment

2.docs

- Supplement and modify doc

#### v1.1.1 - release


1.perf

- Overall performance optimization

2.fix

- Fix `LynnConfigBuilder` failed to export correctly

3.refactor

- Structural optimization and adjustment mainly focus on code readability and maintainability

4.docs

- Improve the crate documentation

5.redundancy

- Delete abandoned code

#### v1.1.0 - release


1.feat

- Support asynchronous function tasks with different parameter routing

### v1.0.x - release


#### v1.0.3 - release


1.fix

- verified sticky package bug

#### v1.0.2 - release


1.fix

- Several known bugs

#### v1.0.1 - release


1.docs

- Improve documentation

#### v1.0.0 - release


1.feat

- Tcp server

- Tcp client

- Custom message parsing

- Automatically clean sockets

- Routing service for synchronous tasks