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
我知道简聊的实时通讯框架是基于primus+engine.io的。我现在需要开发一个简聊的android客户端,但苦于没有primus的java客户端可用,我决定使用engine.io的客户端直接连接,方案应该是没问题的吧?我使用primus+engine.io搭建了一个简易的server,engine.io-client-java库能连接到(创建Socket时的URL形式为:http://host:port;同时需要在Socket.Option.path中写入“/primus"方可连接到)。但使用同样的客户端代码却连接不到简聊的通讯服务(Socket.Option.path我尝试了”/primus"、“/snapper/primus"都不行)。能否给与帮助,各位?
The text was updated successfully, but these errors were encountered:
@dereksn https://github.com/jianliaoim/talk-android Android端开源了
Sorry, something went wrong.
Thank you very much!
On Jul 26, 2016, at 16:52, wlanjie <[email protected] mailto:[email protected]> wrote: @dereksn https://github.com/dereksn https://github.com/jianliaoim/talk-android https://github.com/jianliaoim/talk-android Android端开源了 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub #19 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AEv_5SML20o3NuHUqb9osHgbO5sQoldqks5qZcrXgaJpZM4JTPox.
On Jul 26, 2016, at 16:52, wlanjie <[email protected] mailto:[email protected]> wrote:
@dereksn https://github.com/dereksn https://github.com/jianliaoim/talk-android https://github.com/jianliaoim/talk-android Android端开源了
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub #19 (comment), or mute the thread https://github.com/notifications/unsubscribe-auth/AEv_5SML20o3NuHUqb9osHgbO5sQoldqks5qZcrXgaJpZM4JTPox.
No branches or pull requests
我知道简聊的实时通讯框架是基于primus+engine.io的。我现在需要开发一个简聊的android客户端,但苦于没有primus的java客户端可用,我决定使用engine.io的客户端直接连接,方案应该是没问题的吧?我使用primus+engine.io搭建了一个简易的server,engine.io-client-java库能连接到(创建Socket时的URL形式为:http://host:port;同时需要在Socket.Option.path中写入“/primus"方可连接到)。但使用同样的客户端代码却连接不到简聊的通讯服务(Socket.Option.path我尝试了”/primus"、“/snapper/primus"都不行)。能否给与帮助,各位?
The text was updated successfully, but these errors were encountered: