This commit is contained in:
2024-10-09 20:36:51 +03:00
parent 9ca399447c
commit 4c7a1758d6
15 changed files with 115 additions and 49 deletions

View File

@ -92,6 +92,7 @@ func (c *TCPClient) StartClient() {
func (c *TCPClient) Close() {
c.Writer.WriteString("bye")
time.Sleep(time.Second * 2)
}
func (c *TCPClient) SetFilters() {