mirror of
https://github.com/anyproto/anytype-kotlin.git
synced 2025-06-08 05:47:05 +09:00
DROID-1616 Sentry | Mdns error (#271)
This commit is contained in:
parent
d7c0fea015
commit
860ebd87d3
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ class ResolveListener(
|
|||
) : NsdManager.ResolveListener {
|
||||
|
||||
override fun onResolveFailed(serviceInfo: NsdServiceInfo, errorCode: Int) {
|
||||
Timber.e("Mdns discovery resolve failed: $serviceInfo, error: $errorCode")
|
||||
try {
|
||||
semaphore.release()
|
||||
} catch (e: Exception) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue