You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to know if there's any way to stop the printing server after it's been initialized.
I am trying to create a preferences panel for my application where the user can toggle bonjour/zeroconf discovery on or off, and changing a port, or optionally disabling the printer features altogether.
If I try to initialize the printer again, I get an EADDRINUSE error. and I have tried to stop the printer by calling printer.stop or printer.server.stop, or removing the reference to the printer variable and it doesn't seem to work.
Is there any non documented API feature to accomplish this?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Thanks for this awesome module.
I wanted to know if there's any way to stop the printing server after it's been initialized.
I am trying to create a preferences panel for my application where the user can toggle bonjour/zeroconf discovery on or off, and changing a port, or optionally disabling the printer features altogether.
If I try to initialize the printer again, I get an
EADDRINUSE
error. and I have tried to stop the printer by calling printer.stop or printer.server.stop, or removing the reference to the printer variable and it doesn't seem to work.Is there any non documented API feature to accomplish this?
Thanks in advance
The text was updated successfully, but these errors were encountered: