This repository has been archived by the owner on Mar 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
连接地址传https时有问题 #5
Labels
Comments
建议只写domain即可,因为也只能用wss这个通道,忽略掉scheme |
wss地址的时候,为默认端口的时候需要去掉冒号(:),不然微信提示不在白名单 |
现在支持 var chat = io('ws://localhost:9092',{query:"foo=bar"}); 吗?在connect的时候传递参数 |
@HitoChen 直接使用 var chat = io('ws://localhost:9092?foo=bar') 就好了 |
最近都没有更新吗?感觉很多特性都还木有,这个估计以后微信小程序都会用到 |
@HitoChen 非常感谢你的支持, 特性会慢慢补充的, 也会有更多的小伙伴加入进来, 进度会快起来的, 如果你也对 Websocket 和 小程序感兴趣, 欢迎你给我们提交 PR, :) |
Open
建议把 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
如果使用 io('https://abc.com'), 微信会报 wss://abc.com: 不在白名单。
转化成wss的时候最后多了一个:
使用 io('wss://abc.com') 则正常
The text was updated successfully, but these errors were encountered: