lukevp / ESC-POS-.NET

Efficient, Easy to Use Thermal Printing & POS (Windows/Linux/OSX, WiFi/BT/USB/Ethernet)
MIT License
522 stars 171 forks source link

Random timeout issues with large job volume #201

Open SILENTqt opened 1 year ago

SILENTqt commented 1 year ago

While this may not be related to this specific release, someone may have encountered this previously - Sits with this style of error for 10 minutes or so... vncviewer_RgCnjiDrso

jjxtra commented 1 year ago

Which printer class are you using?

SILENTqt commented 1 year ago

Which printer class are you using?

Epson TM82III

jjxtra commented 1 year ago

I don't know if you are chunking your images into heights of no more than 2048 (1024 ideally) but that might be a good start

SILENTqt commented 1 year ago

We only include one image and its much smaller then 1024

SILENTqt commented 1 year ago

ImmediateNetworkPrinter

SILENTqt commented 1 year ago

Is it best to call printer.WriteAsync in chunks of max 1024 bytes