qzind / qz-print

Archive for legacy qz-print versions (1.8, 1.9). See https://github.com/qzind/tray for modern versions.
Other
141 stars 101 forks source link

Disconnect after printer rename #26

Closed tresf closed 8 years ago

tresf commented 9 years ago

From a beta tester

Ok, here's the use case that causes qz tray to disconnect.

  1. qz.findPrinter(name); And print to this printer. This step isn't necessary. You can just do it to make sure everything works.
  2. Change the name of the printer.
  3. Do another qz.findPrinter(name); And search for the new name of the printer (a partial match is fine) and then print.

QZ Tray should disconnect even though the printer is found.

Restarting qz tray after changing the name fixes this, as you've already pointed out.