We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd139c4 commit 40a9d6aCopy full SHA for 40a9d6a
rsocket-rpc-core/src/main/java/io/rsocket/rpc/metrics/Metrics.java
@@ -50,7 +50,7 @@ public class Metrics {
50
}
51
} else {
52
if (subscriber instanceof Fuseable.ConditionalSubscriber) {
53
- return new MetricsFuseableConditionalSubscriber<>(
+ return new MetricsConditionalSubscriber<>(
54
(Fuseable.ConditionalSubscriber<? super T>) subscriber,
55
next,
56
complete,
0 commit comments