Skip to content

Commit

Permalink
feat: FetchSurroundingMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
withchao committed Oct 16, 2024
1 parent 200cdba commit 14d9441
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions test/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,10 @@ package test

import "github.com/openimsdk/protocol/constant"

//const (
// APIADDR = "http://127.0.0.1:10002"
// WSADDR = "ws://127.0.0.1:10001"
// UserID = "3717417654"
//)

const (
APIADDR = "http://172.16.8.135:10002"
WSADDR = "ws://172.16.8.135:10001"
UserID = "3725415129"
APIADDR = "http://127.0.0.1:10002"
WSADDR = "ws://127.0.0.1:10001"
UserID = "3717417654"
)

const (
Expand Down

0 comments on commit 14d9441

Please sign in to comment.