This commit is contained in:
crusader 2017-09-01 16:07:30 +09:00
parent 1e1e212954
commit 7b05682732
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
},
"redis": {
"network": "tcp",
"addr": "127.0.0.1:6379",
"addr": "192.168.1.50:6379",
"tls": false,
"pool": {
"MaxIdle": 3,

View File

@ -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
}