mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-10 03:03:44 +08:00
fix 修复潜在索引越限问题
This commit is contained in:
@@ -89,7 +89,7 @@ func (m *MsgParser) RegisterRPCRouter(routers ...interface{}) (err error) {
|
||||
|
||||
// RegisterInterceptor 注册拦截器
|
||||
func (m *MsgParser) RegisterInterceptor(interceptors ...Interceptor) {
|
||||
m.interceptors = append(interceptors, interceptors...)
|
||||
m.interceptors = append(m.interceptors, interceptors...)
|
||||
}
|
||||
|
||||
// Encoding 消息编码
|
||||
|
||||
Reference in New Issue
Block a user