Serg Burlaka

Results 2 comments of Serg Burlaka

Use "de.mannodermaus.rxjava2:rxbonjour:2.0.0-RC1" version Use JmDNS ` private val rxBonjour: RxBonjour = RxBonjour.Builder() .driver(JmDNSDriver.create()) .platform(AndroidPlatform.create(MyApplication.getInstance())) .create()` As for performans i can show screen: ![lag](https://user-images.githubusercontent.com/21062067/36719198-0aee3c18-1bad-11e8-81d2-d6c31ef2e78f.png) I hope this may help you

Have the same isssue with NsdManagerDriver. When use NsdManagerDriver my app just always crashes. There is solution?