Conns aren't being saved

This commit is contained in:
idk 2018-12-26 17:36:51 -05:00
parent 950fadd300
commit 7598cdbb15
No known key found for this signature in database
GPG key ID: D75C03B39B5E14E1

View file

@ -31,6 +31,7 @@ type Manager struct {
}
func (m Manager) Serve() error {
var err error
if m.listen, err = net.Listen("tcp", m.host+":"+m.port); err != nil {
return nil, err
}