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
Once #651 and #622 are both merged we should make sure all the pieces fit together when using more complex middleware. Converting the tonic example in tower-http to use tonic's Server rather than hyper's should be a good test.
I tried getting things working but the fact that BoxBody uses Status as the error type caused some issues since Server::add_service requires the response body type to be BoxBody.
The text was updated successfully, but these errors were encountered:
Reminder to self
Once #651 and #622 are both merged we should make sure all the pieces fit together when using more complex middleware. Converting the tonic example in tower-http to use tonic's
Server
rather than hyper's should be a good test.I tried getting things working but the fact that
BoxBody
usesStatus
as the error type caused some issues sinceServer::add_service
requires the response body type to beBoxBody
.The text was updated successfully, but these errors were encountered: