You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the method pkg/common/storage/database/mgo/msg.go:SearchMessage did not filter out empty messages, it means msgs[index].msg maybe nil, it leads to:
There may be a NPE on line 168 of the method internal/rpc/msg/sync_msg.go:SearchMessage.
It is also incorrect that the query results contain empty messages themselves.