edabg / jsprintsetup

JSPrintSetup Firefox addon
Mozilla Public License 2.0
76 stars 39 forks source link

can i reprint the lost cards or what ? #16

Closed abdotyson closed 7 years ago

abdotyson commented 8 years ago

I make print order but some of the codes of the card i print was deleted i have lost a lot of money because of that any help ? one site it's print the whole thing but other one half of the code is missing what do you think is it ?

mitkola commented 8 years ago

I suppose that the reason of the problem is asynchronous behavior of print method. If you call print method in loop you must wait to complete print of current job before do next print. You can read more about synchronization at this thread.