Forum member

s0127786

3 posts

Posts by s0127786

  1. NCrunch Fails when running tests using async / await and tcp connections

    Ok, just to update this - by not closing the tcp client contained on the tcp server (ie: the client that the server accepted) then the problem disappears.

  2. NCrunch Fails when running tests using async / await and tcp connections

    Thanks for the quick response. I've submitted a bug report from inside visual studio which hopefully will include more detailed logs and it's good news that this *should* be working (means it's more likely we'll get it fixed). I can't reproduce it outside of ncrunch but they pass fine both in …

  3. NCrunch Fails when running tests using async / await and tcp connections

    Hi All, I'm relatively new to NCrunch and willing to believe this is something wrong with my setup but I'm running a fairly complex test which: Creates a TCP Server and awaits new connections. Creates a TCP Client and connects to the server Establish an SSL connection between them using SSLS…