Closed LittleLittleCloud closed 3 days ago
Did you try this with grpc as well to make sure it still works?
What this PR does shouldn't affect the behavior of w/ grpc so I think it should still work. I can verify the case If you point me to a grpc example to try.
the changes to HelloAgents I am less thrilled about mainly because I liked how the previous version did everything in one shot. maybe we could have both?
It indeed have both. The AgentApp.StartAsync
API should still work.
Why are these changes needed?
This PR does the following work
WebApplicationBuilder
->IHostApplicationBuilder
)Related issue number
Checks