Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-04-26 01:07:20 +03:00
parent 8c286fb3af
commit 53bd5373d4
9 changed files with 114 additions and 55 deletions

View File

@@ -13,8 +13,8 @@ type Handler interface {
type tcpHandler struct {
opts server.HandlerOptions
eps []*register.Endpoint
hd interface{}
eps []*register.Endpoint
maxMsgSize int
}