larksuite / larksuite/oapi-sdk-java

配置domain 选择内部转发地址后,内网无法与建立长链接

Open
#176 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
310
Forks
115
PR merge metrics
No merged PRs in 30d

Description

   Client cli = new Client.Builder(feiShuProperties.getAppId(), feiShuProperties.getAppSecret())
            .domain(feiShuProperties.getBaseUrl())

选择了内部转发到互联网的地址,

但是看源码 需要通过
Request{method=POST, url=https://open.feishu.cn/callback/ws/endpoint, tags={}}
获取一个wss 地址(wss://msg-frontier.feishu.cn/ws/),这个地址域名是固定的吗,能否修改这个地址

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Client.Builder domain configuration and the code issuing POST https://open.feishu.cn/callback/ws/endpoint. Trace how the returned wss://msg-frontier.feishu.cn/ws/ address is used, then determine whether the endpoint can be configured for internal forwarding. Done means the long connection works with the selected internal forwarding address and the supported configuration is documented or tested.

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
networking
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.