We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f9c1a commit a1997a6Copy full SHA for a1997a6
2 files changed
FastChatProtocolInterface/FachpiCommunicationFlow.cs
@@ -1,4 +1,11 @@
1
-using System;
+/****
2
+ * FACHPI: Fast Chat Protocol/Interface
3
+ * Copyright (C) 2023 Takym.
4
+ *
5
+ * distributed under the MIT License.
6
+****/
7
+
8
+using System;
9
using System.IO;
10
using System.Net.Sockets;
11
using System.Threading.Tasks;
FastChatProtocolInterface/NetworkStreamExtensions.cs
using System.Text;
using System.Threading;
0 commit comments