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
When SingleEntityExecution ensures that at most one item is emitted, the condition falls through into sink.error(…) causing the reactive sequence to terminate with an error: org.springframework.dao.IncorrectResultSizeDataAccessException: Incorrect result size: expected 1, actual 1
The text was updated successfully, but these errors were encountered:
When
SingleEntityExecution
ensures that at most one item is emitted, the condition falls through intosink.error(…)
causing the reactive sequence to terminate with an error:org.springframework.dao.IncorrectResultSizeDataAccessException: Incorrect result size: expected 1, actual 1
The text was updated successfully, but these errors were encountered: