You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -75,7 +78,7 @@ abstract class RedisPublisher<P, S>(
75
78
launch(dispatcher) {
76
79
delay(TIMEOUT_SECONDS*1000L)
77
80
if (result.isActive) {
78
-
result.completeExceptionally(IllegalStateException("Sent payload has not been responded in $TIMEOUT_SECONDS seconds. Payload: $payload"))
81
+
result.completeExceptionally(IllegalStateException("Sent payload has not been responded in $TIMEOUT_SECONDS seconds. Payload: $payload (channel: ${id()}"))
79
82
}
80
83
payloads.remove(payload.uniqueId)
81
84
}
@@ -95,5 +98,14 @@ abstract class RedisPublisher<P, S>(
publication.completeExceptionally(IllegalStateException("Failed to publish payload in subscriber after ${RedisPublisher.TIMEOUT_SECONDS} seconds. Payload: $payload (channel: ${id()})"))
0 commit comments