We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 465edb8 + 2a9794c commit 9754aa4Copy full SHA for 9754aa4
core/android/src/main/kotlin/com/reown/android/pairing/engine/domain/PairingEngine.kt
@@ -135,12 +135,6 @@ internal class PairingEngine(
135
logger.log("Creating Pairing")
136
pairingRepository.insertPairing(this)
137
metadataRepository.upsertPeerMetadata(this.topic, selfMetaData, AppMetaDataType.SELF)
138
- jsonRpcInteractor.subscribe(
139
- topic = this.topic,
140
- onSuccess = { logger.log("Pairing - subscribed on pairing topic: $pairingTopic") },
141
- onFailure = { error -> logger.error("Pairing - subscribed failure on pairing topic: $pairingTopic, error: $error") }
142
- )
143
-
144
this.toCore()
145
}.onFailure { throwable ->
146
try {
0 commit comments