Open dereksn opened 8 years ago
@dereksn https://github.com/jianliaoim/talk-android Android端开源了
Thank you very much!
On Jul 26, 2016, at 16:52, wlanjie <notifications@github.com mailto:notifications@github.com> 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 https://github.com/jianliaoim/talk-os/issues/19#issuecomment-235202563, or mute the thread https://github.com/notifications/unsubscribe-auth/AEv_5SML20o3NuHUqb9osHgbO5sQoldqks5qZcrXgaJpZM4JTPox.
我知道简聊的实时通讯框架是基于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"都不行)。能否给与帮助,各位?