Amir

Results 2 comments of Amir

I debugged this by my self and the problem is now solved, this is a simple simulated condition: ```Go package main import ( "bytes" "net" "os" "os/signal" ) type sampleStruct...