wshandler에서 authcache제거하고 config 포맷 변경
This commit is contained in:
@ -34,7 +34,7 @@ func TestRpc(t *testing.T) {
|
||||
RegistReceiver(&tr)
|
||||
myctx, cancel := context.WithCancel(context.Background())
|
||||
|
||||
redisClient, _ := gocommon.NewRedisClient("redis://192.168.8.94:6379", 0)
|
||||
redisClient, _ := gocommon.NewRedisClient("redis://192.168.8.94:6379")
|
||||
go func() {
|
||||
for {
|
||||
tr.TestFunc("aaaa", "bbbb", 333)
|
||||
|
||||
Reference in New Issue
Block a user