Jan Šmucr
Jan Šmucr
> Since the release was built with this still unbroken version of exiv2, I think this issue can be closed. People should be aware that it's still something to deal...
I'd like to mention here that as of 4.6 there's still something broken there, because histogram disappears when a CMYK profile is loaded.
Thanks for the review @clebertsuconic, I'll process your suggestions as the first thing tomorrow morning.
@jbertram Only by **very complicated** workarounds. I need to find out if there's an old message in a queue that's been there for longer than a specified interval, and I'm...
I've added a `MessageReferenceImpl` leak test.
Okay, perhaps I'm not clear enough on what I'm trying to achieve here. And I understand your concerns, so I'll be glad for just another simple solution of my problem...
And as I was composing my previous post, I realized that maybe it's not the idea but the approach that we couldn't agree upon! > Can't you get this by...
I've replaced the attributes with this new `peekFirstScheduledMessage()` operation. Maybe I could add `peekFirstMessage()` too, or perhaps rename both to avoid confusion: `peekOldestMessage()`, `peekOldestScheduledMessage()`
> There **is** a management method which shows details of in-flight messages. It's called `listDeliveringMessagesAsJSON`. That operation, combined with `listScheduledMessagesAsJSON`, should give you everything you need, right? It should but...
Also dealing with it. Can't believe how silly it is. 😄