We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0503cae commit 09af1ebCopy full SHA for 09af1eb
DesktopApp/App.xaml.cs
@@ -56,7 +56,7 @@ private void StartApp()
56
var message = Encoding.UTF8.GetString(buff);
57
Notify(message);
58
}
59
- client.Close();
+ Array.Clear(buff, 0, buff.Length);
60
61
62
catch (Exception e)
0 commit comments