Skip to content

Commit 8c09718

Browse files
authored
Merge pull request #114 from FGadvancer/main
fix: core sdk modify version to fix socket reconnecting.
2 parents 0e14578 + 2b8f6c2 commit 8c09718

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

core_func/ws_conversation_msg.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -211,11 +211,6 @@ func (f *FuncRouter) SendMessageNotOss(operationID string, args ...any) {
211211
f.messageCall(operationID, f.userForSDK.Conversation().SendMessageNotOss, args...)
212212
}
213213

214-
// SendMessageByBuffer sends a message using a buffer.
215-
func (f *FuncRouter) SendMessageByBuffer(operationID string, args ...any) {
216-
f.messageCall(operationID, f.userForSDK.Conversation().SendMessageByBuffer, args...)
217-
}
218-
219214
// FindMessageList retrieves a list of messages based on search criteria.
220215
func (f *FuncRouter) FindMessageList(operationID string, args ...any) {
221216
f.call(operationID, f.userForSDK.Conversation().FindMessageList, args...)

go.sum

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
4747
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
4848
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 h1:zYyBkD/k9seD2A7fsi6Oo2LfFZAehjjQMERAvZLEDnQ=
4949
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646/go.mod h1:jpp1/29i3P1S/RLdc7JQKbRpFeM1dOBd8T9ki5s+AY8=
50-
github.com/openimsdk/openim-sdk-core/v3 v3.5.1-alpha.8 h1:kPjlkSHX7PsBz0Af+Jk1PB4sraup7mbmmwyA3f8uEBI=
51-
github.com/openimsdk/openim-sdk-core/v3 v3.5.1-alpha.8/go.mod h1:d2aVHT6pSYthQQd+/4JaruHPTLsQV2D+eQisRQkoP3I=
50+
github.com/openimsdk/openim-sdk-core/v3 v3.5.1-beta.1 h1:e9BCnot/E20srgdAYX6U/vdAt8QEogmlAPkv8T9VViM=
5251
github.com/openimsdk/openim-sdk-core/v3 v3.5.1-beta.1/go.mod h1:d2aVHT6pSYthQQd+/4JaruHPTLsQV2D+eQisRQkoP3I=
5352
github.com/patrickmn/go-cache v2.1.0+incompatible h1:HRMgzkcYKYpi3C8ajMPV8OFXaaRUnok+kx1WdO15EQc=
5453
github.com/patrickmn/go-cache v2.1.0+incompatible/go.mod h1:3Qf8kWWT7OJRJbdiICTKqZju1ZixQ/KpMGzzAfe6+WQ=

0 commit comments

Comments
 (0)