chore: support skip the same config Listeners' Close and Listen

This commit is contained in:
wwqgtxx
2022-12-04 17:20:24 +08:00
parent e9d8dd09ac
commit 8144373725
9 changed files with 94 additions and 32 deletions

View File

@ -20,4 +20,5 @@ type NewListener interface {
Close() error
Address() string
RawAddress() string
Config() string
}