update
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user