mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
some temporary debug
This commit is contained in:
@@ -46,6 +46,7 @@ func (t *TCPMessage) listen() {
|
||||
for {
|
||||
select {
|
||||
case <-t.c_closing:
|
||||
Debug("BLA BLA BLA")
|
||||
close(t.c_packets)
|
||||
return // Stop loop if message completed/expired
|
||||
case packet := <-t.c_packets:
|
||||
|
||||
Reference in New Issue
Block a user