Closed
Description
openedon Sep 21, 2018
I noticed that when I implement IRequestProcessor.Process() with long running sync code that sends a lot of big message on the response link, it will get stuck after some time.
At the moment I'm doing stupid things like
async Task ReplyAsync(RequestContext requestContext)
{
await Task.Run(() =>
{
// sync code
});
}
just to keep it working.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels