We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现状:当前 session_id 已经发过的消息, 当页面刷新后没有被展示出来。
期望:组件可以接收 message 参数, 渲染原有的消息列表。
步骤: 通过 /api/v1/monitor/messages?flow_id={flow_id}&session_id={session_id}
可以获取到之前已经发布过的消息。将获取到的消息通过 messages 传递回去,以达到页面刷新后可以重新展示之前已经发布过的消息。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
现状:当前 session_id 已经发过的消息, 当页面刷新后没有被展示出来。
期望:组件可以接收 message 参数, 渲染原有的消息列表。
步骤: 通过 /api/v1/monitor/messages?flow_id={flow_id}&session_id={session_id}
可以获取到之前已经发布过的消息。将获取到的消息通过 messages 传递回去,以达到页面刷新后可以重新展示之前已经发布过的消息。
The text was updated successfully, but these errors were encountered: