-
Couldn't load subscription status.
- Fork 312
Job Status Support for CUPS #747
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
# Conflicts: # src/qz/printer/status/job/CupsJobStatusMap.java
|
@Vzor- this looks to be in great shape. From what I understand, CUPS is firing some duplicate events. I think once that's sorted, we can merge. |
|
So it turns out the timing of things is causing hurdles. Specifically, the JNA calls are too late and don't have the status at the exact time of the RSS notification. We'll need to rework this. |
Ready for review.
Currently have an issue with redundant job statuses. Should we track the last status for every job?Windows + Mac Tested
Still needs testing on ubuntu