ipp icon indicating copy to clipboard operation
ipp copied to clipboard

feat: proper handling of invalid IPP responses.

Open JMS-1 opened this issue 3 years ago • 0 comments

Currently we are observing that one specific IPP printer occasionally sends an completly empty response. Although we think this is an implementation problem on the printer side this crashes our process (node.js 12ff).

I suggest to add a simple try/catch to handle this kind of problem in the response processing.

JMS-1 avatar Aug 17 '22 09:08 JMS-1