James Stewart
James Stewart
Hi. When I was trying to set up a registry upon hitting update the following error message was displayed: > URI > /registry/show/1 > Class > java.net.URISyntaxException > Message >...
Following on from #15, this PR separates I/O from the parsing and formatting of Telnet data to allow alternate I/O models such as async/await. TODO: - [x] Parser & Formatting...
Similar to #14, I would like to use this package with tokio to read and write to a telnet stream asynchronously. I was going to offer a tokio implementation for...