✅ BenchmarkDotNet Error with Windows Defender
anyone knows how to fix this? windows defender isnt even running
7 Replies
Scroll up, it will show the actual error
thanks alot i found it that way after reading the entirety in console...
kinda doesnt help me tho as my ram is not the issue or anything
here the exception
Are you creating a new socket every call? If so, don't.
iam running a grpc server and a client with the benchmarkdotnet stuff on my pc
when i dont benchmark it it works but otherwise it just straight up does nothing
i see in the server console tho that its getting used quite alot
this is the entire code that makes issues but i dont get why cause when i remove the [Benchmark] and test it manually with BloomRPC it works without issues
oh iam a donkey... i realized the misstake now
i create the client every time new instead of making it a setup variable
thanks everyone
| Method | Mean | Error | StdDev |
|------------- |---------:|--------:|--------:|
| TestResponse | 105.3 us | 2.07 us | 4.31 us |
seems good now
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.