←back to thread

123 points eterm | 3 comments | | HN request time: 0.585s | source
1. xyst ◴[] No.43926070[source]
C# is not my primary language but have the misfortune of debugging C#/.Net junk.

Seems like an issue with not closing resources properly. Looking at your server code, seems the Close and Dispose methods are not overridden. Try that?

replies(2): >>43926282 #>>43932201 #
2. eterm ◴[] No.43926282[source]
What resources do you think should or could be handled in an overriden close method on RandomService?

It'll be calling base.Close(), and doing what else?

3. incoming1211 ◴[] No.43932201[source]
"I dont know C# but ill make a bold assumption"