CoreWCF icon indicating copy to clipboard operation
CoreWCF copied to clipboard

CoreWCF server no longer responds to new requests

Open FreeAndNil opened this issue 2 years ago • 2 comments

Hi,

we use

  • CoreWCF 1.1.0
  • .net 4.71 with an interface similar to [OperationContract] [FaultContract(typeof(FaultDetail))] Stream QueryDataStreamed(string sqlCommand); The server writes to the stream while the client reads from it.

After some time (hours) the server no longer responds to new requests and has a lot of open threads (> 500).

FreeAndNil avatar Jul 04 '22 11:07 FreeAndNil

@mconnew I will provide the link to the dump via gitter.

FreeAndNil avatar Jul 04 '22 11:07 FreeAndNil

I've replied via gitter.

mconnew avatar Jul 07 '22 20:07 mconnew