I am trying to print with an HTTPS request.
But when it comes to the printing part. It prints once and doesn't print again.
`using (printer = new NetworkPrinter(settings: new NetworkPrinterSettings() { ConnectionString = $"{ip}:{networkPort}" }))
{
var e = new EPSON();
printer.Write(
ByteSplicer.Combine(
I am trying to print with an HTTPS request. But when it comes to the printing part. It prints once and doesn't print again.
`using (printer = new NetworkPrinter(settings: new NetworkPrinterSettings() { ConnectionString = $"{ip}:{networkPort}" })) { var e = new EPSON(); printer.Write( ByteSplicer.Combine(