billhong
billhong
Any news on this issue? I'm experiencing the same problem.
Me too!
@catcherwong Thanks for your quick answer. Perhaps there could be an event called `OnConnected`,user can register this event, get the connection and something else when it is established then do...
@catcherwong Thanks, I will take a look how to make a PR for my idea. Do you have any contributing guidelines or suggestions? 👋
> Does this also cover minimal APIs too? Microsoft does not use ActionResults for those, instead you are supposed to return a `Microsoft.AspNetCore.Http.IResult`, usually from the factory `Microsoft.AspNetCore.Http.Results`, e.g. >...