Update TransferServiceImpl.java
This commit is contained in:
parent
0a687dc48d
commit
1045dd0ef3
@ -128,7 +128,7 @@ public class TransferServiceImpl implements TransferService {
|
|||||||
})
|
})
|
||||||
.build())
|
.build())
|
||||||
.then(Mono.defer(() -> {
|
.then(Mono.defer(() -> {
|
||||||
var clientStateFlux = client.getState().skip(1).publish().autoConnect(2);
|
var clientStateFlux = client.getState().publish().autoConnect(2);
|
||||||
|
|
||||||
clientStateFlux
|
clientStateFlux
|
||||||
.filter(state -> state.getConstructor() == AuthorizationStateClosing.CONSTRUCTOR
|
.filter(state -> state.getConstructor() == AuthorizationStateClosing.CONSTRUCTOR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user