Re: How to send PDF FileStream directly as response???
Actually, it's nothing about concurrent access. This is a valid error, as you're terminating a client connection abruptly. Before we can claim any 'concurrency' issues, please provide the source of your component. There shouldn't be absolutely no issue with concurrent access, unless a custom component stores state and doesn't properly guard it.
HTH,
Andrew