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
java.lang.IllegalStateException: block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-epoll-1
at reactor.core.publisher.BlockingSingleSubscriber.blockingGet(BlockingSingleSubscriber.java:83)
at reactor.core.publisher.Mono.block(Mono.java:1703)
at org.springframework.statemachine.support.AbstractStateMachine.resetStateMachine(AbstractStateMachine.java:719)
at org.springframework.statemachine.recipes.persist.AbstractPersistStateMachineHandler.lambda$handleEventWithStateReactively$0(AbstractPersistStateMachineHandler.java:86)
The exception caused due to resetStateMachine is not reactively called in a reactive chain.
The text was updated successfully, but these errors were encountered:
The exception caused due to
resetStateMachine
is not reactively called in a reactive chain.The text was updated successfully, but these errors were encountered: