Fhtgn

Results 2 comments of Fhtgn

I think it's because mgmtRead reads only 32768 bytes i fixed this problem in the following way ``` func (oAdmin *OvpnAdmin) mgmtRead(conn net.Conn) string { recvData := make([]byte, 32768) var...

@eatrisno In my opinion, iteration is better. with it you will not reach the limit if the list of users grows even more