←back to thread

123 points eterm | 1 comments | | HN request time: 0.279s | 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. incoming1211 ◴[] No.43932201[source]
"I dont know C# but ill make a bold assumption"