fix: server can return isEnd to control fetch messages when sdk pull messages end normally. (#2949)

This commit is contained in:
OpenIM-Gordon
2024-12-12 10:50:40 +08:00
committed by OpenIM-Robot
parent 7f471c44bf
commit 3c6fbabded
4 changed files with 85 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ require (
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
github.com/mitchellh/mapstructure v1.5.0
github.com/openimsdk/protocol v0.0.72-alpha.63
github.com/openimsdk/tools v0.0.50-alpha.50
github.com/openimsdk/tools v0.0.50-alpha.47
github.com/pkg/errors v0.9.1 // indirect
github.com/prometheus/client_golang v1.18.0
github.com/stretchr/testify v1.9.0