Skip to content
New issue

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

在线体验环境“应用服务”的“终端”不能输入内容 #153

Open
sampsonye opened this issue May 19, 2022 · 3 comments
Open
Assignees
Labels
help wanted Extra attention is needed

Comments

@sampsonye
Copy link
Collaborator

sampsonye commented May 19, 2022

运行环境

问题描述

在线体验环境“应用服务”的“终端”不能输入内容

截图

image

@fanhousanbu
Copy link
Collaborator

猜测原因:
onData事件仅仅是在收到按钮事件后触发,并不负责将收到的信息输出到Stdin

可以在此处后面一行加入this.term.write(data); 验证( @sampsonye 帮我修复下开发环境我来看看能否修复这个问题)

@colynn
Copy link
Member

colynn commented May 28, 2022

猜测原因: onData事件仅仅是在收到按钮事件后触发,并不负责将收到的信息输出到Stdin

可以在此处后面一行加入this.term.write(data); 验证( @sampsonye 帮我修复下开发环境我来看看能否修复这个问题)

本地的环境环境可正常使用终端,怀疑是配置问题,但是没有具体定位到

@fanhousanbu
Copy link
Collaborator

猜测原因: onData事件仅仅是在收到按钮事件后触发,并不负责将收到的信息输出到Stdin

可以在此处后面一行加入this.term.write(data); 验证( @sampsonye 帮我修复下开发环境我来看看能否修复这个问题)

以上猜测是不正确的,已经在本地验证成功,目前猜测是wss和ws的原因

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants