-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.block() call is not supported in thread reactor http nio 4 #4
Comments
Detailed exception:
|
Whitelabel Error Page
This application has no configured error view, so you are seeing this as a fallback.
Tue Sep 03 17:20:45 PDT 2019
There was an unexpected error (type=Internal Server Error, status=500).
block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-4
It seems that here, standard subscription mechanism should be used instead of manually calling .block
The text was updated successfully, but these errors were encountered: