From 7a1ec99729629666f84a6ac4be24355e8799a16c Mon Sep 17 00:00:00 2001 From: liuxiaolong <liuxiaolong@aiotlink.com> Date: 星期五, 02 四月 2021 11:10:32 +0800 Subject: [PATCH] rename --- hbusc.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hbusc.go b/hbusc.go index 725aecf..0735c04 100644 --- a/hbusc.go +++ b/hbusc.go @@ -86,7 +86,7 @@ } } -//func recvandsendRoutine(ctx context.Context, s *bhomebus.Socket, wg *sync.WaitGroup,serveFn func(rdata []byte, rkey int, sdata *[]byte) bool, logFn func(...interface{})) { +//func recvandsendRoutine(h context.WrapperHandler, s *bhomebus.Socket, wg *sync.WaitGroup,serveFn func(rdata []byte, rkey int, sdata *[]byte) bool, logFn func(...interface{})) { // for { // select { // case <-ctx.Done(): -- Gitblit v1.8.0