ing
This commit is contained in:
parent
1e1e212954
commit
7b05682732
@ -20,7 +20,7 @@
|
||||
},
|
||||
"redis": {
|
||||
"network": "tcp",
|
||||
"addr": "127.0.0.1:6379",
|
||||
"addr": "192.168.1.50:6379",
|
||||
"tls": false,
|
||||
"pool": {
|
||||
"MaxIdle": 3,
|
||||
|
@ -66,7 +66,7 @@ func (h *webJSONRpcHandlers) OnRequest(soc ogw.Socket, method string, params []s
|
||||
return so.Result, nil
|
||||
}
|
||||
|
||||
func (wjh *webJSONRpcHandlers) OnNotify(soc ogw.Socket, method string, params []string) error {
|
||||
func (h *webJSONRpcHandlers) OnNotify(soc ogw.Socket, method string, params []string) error {
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user