pull/455/head
Gordon 2 years ago committed by Xinwei Xiong(cubxxw-openim)
parent 102feb0e57
commit 830784463c

@ -7,7 +7,7 @@ import (
)
func main() {
rpcPort := flag.Int("port", 11300, "RpcConversation default listen port 11300")
rpcPort := flag.Int("port", 11400, "RpcConversation default listen port 11300")
flag.Parse()
fmt.Println("start conversation rpc server, port: ", *rpcPort)
rpcServer := rpcConversation.NewRpcConversationServer(*rpcPort)

@ -123,7 +123,7 @@ rpcport: #rpc服务端口 默认即可
openImAdminCmsPort: [ 11000 ]
openImOfficePort: [ 11100 ]
openImOrganizationPort: [ 11200 ]
openImConversationPort: [ 11300 ]
openImConversationPort: [ 11400 ]
c2c:
callbackBeforeSendMsg:
switch: false

Loading…
Cancel
Save