- [ ] PollSet - [ ] review and fix any leftover problems (it's not an easy task to reconcile all platforms async socket I/O behavior) - #3985, #3248 - [ ] [UDPServer](https://github.com/pocoproject/poco/blob/48d7a3ede1ecf3227b8119b7fe5ba9a07e792d51/Net/include/Poco/Net/UDPServer.h#L38-L41) - [ ] Review (and modify, if necessary) - [ ] Add more extensive tests - [ ] Sample - [ ] AsyncTCPServer - [ ] Basically, the same functionality as UDPServer for TCP (consider template) - [ ] Tests - [ ] Sample Try to break the existing UDPServer as little as possible (ideally no breakage)
(it's not an easy task to reconcile all platforms async socket I/O behavior)
Try to break the existing UDPServer as little as possible (ideally no breakage)