Android Question What does "sending message to waiting queue" error mean?

davepamn

Active Member
Licensed User
Longtime User
I am getting an error message after sending an xml file for the second to time to a zebra printer. The error message is saying, "sending message to waiting queue (printerastream_error)

What does to this mean?

I have my print code in a class. Should i move the code over into a service?
 
Top