# RPAsyncTCP Library
[](https://www.ardu-badge.com/RPAsyncTCP)
[](https://github.com/ayushsharma82/RPAsyncTCP/releases)
[](#Contributing)
[](http://github.com/ayushsharma82/RPAsyncTCP/issues)
---
---
## Table of Contents
* [Changelog](#changelog)
* [Releases v1.2.0](#Releases-v120)
* [Releases v1.1.0](#Releases-v110)
* [Initial Releases v1.0.0](#Initial-Releases-v100)
---
---
## Changelog
### Releases v1.2.0
1. Add complex auto-reconnect `AsyncTCP_Client` and `AsyncTCP_Server` examples
2. Improve `README.md` so that links can be used in other sites, such as `PIO`
### Releases v1.1.0
1. Fix issue with slow browsers or network
2. Remove hard-code if possible
3. Improve debug messages by adding functions to display `error/state messages` instead of `cryptic error/state number`
4. Clean up
### Initial Releases v1.0.0
1. Initial coding to support **RASPBERRY_PI_PICO_W with CYW43439 WiFi**, using [**arduino-pico core v2.4.0+**](https://github.com/earlephilhower/arduino-pico)