Skip to content

Commit 09af1eb

Browse files
committed
メッセージ読み取り周りの修正
1 parent 0503cae commit 09af1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DesktopApp/App.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ private void StartApp()
5656
var message = Encoding.UTF8.GetString(buff);
5757
Notify(message);
5858
}
59-
client.Close();
59+
Array.Clear(buff, 0, buff.Length);
6060
}
6161
}
6262
catch (Exception e)

0 commit comments

Comments
 (0)