Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into audit-logging
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Dec 4, 2024
2 parents fca79bf + 9135d84 commit 326d35d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public ClientChannel create(ServiceReference serviceReference) {
key ->
getCredentials(serviceReference)
.flatMap(creds -> connect(key, creds, monoMap))
.cache()
.cacheInvalidateIf(RSocket::isDisposed)
.doOnError(ex -> monoMap.remove(key)));
return new RSocketClientChannel(mono, new ServiceMessageCodec(headersCodec, dataCodecs));
}
Expand Down

0 comments on commit 326d35d

Please sign in to comment.