I'm not very familiarized with the internals of this library, but while browsing the code I found something that might be a bug. In the JobManager class, both dispatchSchedulerStart and dispatchSchedulerStop methods post a START message to the message queue. Shouldn't the dispatchSchedulerStop post a STOP message?
I'm not very familiarized with the internals of this library, but while browsing the code I found something that might be a bug. In the JobManager class, both
dispatchSchedulerStart
anddispatchSchedulerStop
methods post aSTART
message to the message queue. Shouldn't thedispatchSchedulerStop
post aSTOP
message?