Improves logs
This commit is contained in:
+1
-1
@@ -258,7 +258,7 @@ open class BasicRelayClient(
|
|||||||
msg: OkMessage,
|
msg: OkMessage,
|
||||||
onConnected: () -> Unit,
|
onConnected: () -> Unit,
|
||||||
) {
|
) {
|
||||||
Log.w("Relay", "${url.url} Relay on OK: ${msg.eventId} ${msg.success} ${msg.message}")
|
Log.w("Relay", "${url.url} onOK: ${msg.eventId} ${msg.success} ${msg.message}")
|
||||||
|
|
||||||
// if this is the OK of an auth event, renew all subscriptions and resend all outgoing events.
|
// if this is the OK of an auth event, renew all subscriptions and resend all outgoing events.
|
||||||
if (authResponseWatcher.containsKey(msg.eventId)) {
|
if (authResponseWatcher.containsKey(msg.eventId)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user