Marcel Schnelle

Results 101 comments of Marcel Schnelle

Thanks for confirming! > Note: there's something weird in your screenshots, the open `(` is missing. Yeah, I noticed that too. It's likely a side effect of this Logcat plugin...

Ah no, sorry - I was referring to the fix on android-junit5's side: ```kotlin dependencies { androidTestImplementation("de.mannodermaus.junit5:android-test-core:1.3.1-SNAPSHOT") androidTestRuntimeOnly("de.mannodermaus.junit5:android-test-runner:1.3.1-SNAPSHOT") } ``` Also, noted about the edge case with the parentheses. Square...

Thanks for your report! I don't think I will be able to easily reproduce this on my end, unfortunately. Could you help me by stepping through the setup process, trying...

Thanks for reporting. I'm assuming you're using version `2.0.0-RC1` of the library? What `Driver` do you use? Could you use the performance monitors to pin-point what methods might cause this...

Thank you for the information! Looks like indeed the library's deferring of the JmDNS instance teardown isn't working as expected in your case. `JmDNS#close()` taking a long time to complete...

Thanks for the info! It looks like WifiManager should only be consulted for address resolution if no explicit address is provided. I'll look into it.

Thanks for reporting! The only fields expected to be non-null by `BonjourService` are the service name, type & port. I suspected that this information has to always be there even...

Thanks for the insight! It probably comes down to the `host` address of a "lost" Service object not being available. I will examine and push a fix to the next...

In the meantime, if you want to use RxWear 2.x with native desugar right now, I've made the effort to downgrade its source to Java 6 (and I still feel...

Released in `1.4.0` of the instrumentation libraries