complete the marshal/unmarshal of events using the new pool enabled tag codecs
This commit is contained in:
@@ -19,7 +19,7 @@ func Run(ctx context.Context, cfg *config.C) (quit chan struct{}) {
|
||||
}
|
||||
}()
|
||||
// start listener
|
||||
l := &Listener{
|
||||
l := &Server{
|
||||
Config: cfg,
|
||||
}
|
||||
addr := fmt.Sprintf("%s:%d", cfg.Listen, cfg.Port)
|
||||
|
||||
Reference in New Issue
Block a user