Eric Schlenz
Eric Schlenz
Either of the options you proposed sound good to me. I think I, personally, would lean more towards the second solution you mentioned. To reiterate what you said, disk writes...
I just noticed something, and wanted to ask you about it. Refer back to these lines of code: https://github.com/kittinunf/Fuse/blob/master/fuse/src/main/java/com/github/kittinunf/fuse/core/Cache.kt#L71-L76 It reads: "If we don't have a disk cache entry for...
@rupin Can you share the code?
I assume you tried pointing to another MQTT broker, just to rule out an issue with connecting to the one you are pointed at (m11.cloudmqtt.com)? Did you try pointing to...
Thanks for the note. This looks like a duplicate for #9. We haven't found a solution for this yet, unfortunately.
Thanks @mlilienberg. Question for you. Do you currently have this configuration setting defined? Example: ``` aopWeave { filter = "com/example/myapp" } ``` If so, have you tried removing that filter...
Thanks all. @mlilienberg I'm going to set up a sample project locally and investigate. I'll report back.
@mlilienberg I discovered something new (well, at lest, new to me). And I think it might be a simple solution to your particular problem. Have you looked into using `call`...
I totally understand, and hear what you're saying. And I agree. I've been doing more research on this today in hopes of a quick fix, but haven't had much success....
Guys, I have some sample code that has worked for me. My project is pretty specific in that it monitors topics that some of my Jenkins build servers post messages...