Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Server.Run(...) validate addr (#63)
* feat: Server.Run(...) validate addr Add validation to the addr parameter of Server.Run(...) to ensure it is a valid TCP address. If the addr is ipv6, and it's missing the required square brackets, add them.
- Loading branch information