←back to thread

123 points eterm | 1 comments | | HN request time: 0.201s | source
Show context
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 #
1. 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?