I noticed in server's tutorial that using printers should be placed in single-thread handlers of server.
I didn't pay much attention to this, and ended up with a print failure.
While the attached zip demonstrates the problem, I wonder whether there is a work-around without setting the single-thread option to true. For example if I could simpy place a call to the main module and initialize the print class from there.
I didn't pay much attention to this, and ended up with a print failure.
While the attached zip demonstrates the problem, I wonder whether there is a work-around without setting the single-thread option to true. For example if I could simpy place a call to the main module and initialize the print class from there.