RxBonjour
                                
                                
                                
                                    RxBonjour copied to clipboard
                            
                            
                            
                        ⚠️ THIS PROJECT IS ARCHIVED. No further development is scheduled.
We are using: ``` implementation "de.mannodermaus.rxjava2:rxbonjour:2.0.0-RC1" implementation "de.mannodermaus.rxjava2:rxbonjour-platform-android:2.0.0-RC1" implementation('de.mannodermaus.rxjava2:rxbonjour-driver-nsdmanager:2.0.0-RC1') { exclude group: "org.slf4j" } ``` Saw this random crash: ``` kotlin.KotlinNullPointerException at de.mannodermaus.rxbonjour.BonjourService.(Models.kt:27) at de.mannodermaus.rxbonjour.drivers.nsdmanager.ExtensionsKt.toLibraryModel(Extensions.kt:36) at de.mannodermaus.rxbonjour.drivers.nsdmanager.NsdManagerDiscoveryEngine$NsdDiscoveryListener.onServiceLost(NsdManagerDiscoveryEngine.kt:61) at android.net.nsd.NsdManager$ServiceHandler.handleMessage(NsdManager.java:390) at...
Currently i am using version "de.mannodermaus:rxbonjour-1x:1.0.0" in my android app. I found a crash in the process of service discovery. Please see the log below for detailed analysis 15:07:27.229 [Thread-526]...
Hi, We're using implementation "de.mannodermaus.rxjava2:rxbonjour:2.0.0-RC1" implementation "de.mannodermaus.rxjava2:rxbonjour-platform-android:2.0.0-RC1" implementation "de.mannodermaus.rxjava2:rxbonjour-driver-jmdns:2.0.0-RC1" and have seen one instance of a crash reported in JmDNSDiscoveryEngine.kt:39 Device details - Android 7.1.1 Brand: motorola Model: Moto E...
Terrible message: Skipped 119 frames! The application may be doing too much work on its main thread.
Hi there is a very fat issue in you lib. First i am registrate service : `private var disposableBonjourBradcast: Disposable = Disposables.empty()` ``` val chatNameCode = PrefProvider.getInstance().currentTourCode val broadcastConfig =...
I have the below code in a background service. I also tried JmDNSDriver but thats results in the following error `W/art: Failed to open zip archive '/system/framework/qcom.fmradio.jar': I/O Error `...
When I try to use this library in android devices connected to WiFi network it works smoothly and discovers the service as desired. But when I try to use it...
If android device has multiple interfaces along with WIFI binding to particular address explicitly results in 0.0.0.0 address if WIFI is disabled or in actual WIFI address if WIFI is...
At the moment, the example project only takes care of service discovery. It needs to be extended to demonstrate service broadcasts as well.