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
我们建议您按照下方模板填写 Bug Report,以便我们收集更多的有效信息
通过grpc api(cli)添加的用户无法使用websocket.
在 tls --> trojan 和 tls --> websocket --> trojan,两种转发路径上,使用了连个不同的auth实例,而通过gprc增加的用户只作用到其中一个实例上,导致通过websocket的转发路径中没有新添加的用户。
trojan tunnel中使用全局变量的auth,NewServer()时如果发现auth已经初始化过则使用这个全局的auth,否则初始化auth。
我可以解决这个问题并提出PR。 @p4gefau1t @Loyalsoldier
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
我们建议您按照下方模板填写 Bug Report,以便我们收集更多的有效信息
简单描述这个 Bug
通过grpc api(cli)添加的用户无法使用websocket.
Bug 原因
在 tls --> trojan 和 tls --> websocket --> trojan,两种转发路径上,使用了连个不同的auth实例,而通过gprc增加的用户只作用到其中一个实例上,导致通过websocket的转发路径中没有新添加的用户。
建议的解决方案
trojan tunnel中使用全局变量的auth,NewServer()时如果发现auth已经初始化过则使用这个全局的auth,否则初始化auth。
我可以解决这个问题并提出PR。
@p4gefau1t @Loyalsoldier
The text was updated successfully, but these errors were encountered: