Replies: 1 comment
-
Any suggestions? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In a webflux application, I tried to create a simple test to verify if the subscription works.
The data from subscription always return a null object.
But in other tests which used
DgsQueryExecutor
, manually cast the getData to aPublisher<ExecutionResult>.
, it works.Beta Was this translation helpful? Give feedback.
All reactions