徐昊

Results 22 comments of 徐昊

可以看英文wiki在github 747857485 ***@***.***> 于 2021年3月11日周四 14:37写道: > 请问有详细的文档吗?简书里的代码很多方法都没有 > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view...

好的,我已经关注,将会在下一个版本修复,谢谢反馈

首先您需要符合通讯协议才能收到消息, 通讯协议在WIKI中已经写出,您可以自定义协议,但是您发送的数据需要符合您定义的协议. 默认协议是4个字节包头+包体.包头4字节为一个Int标识包体长度

回调里有...麻烦您看下

可以加一下群,我们一起看下这个

考虑中..会在以后的版本加入

wiki 你可以读一下 Mrqjj 于 2020年11月3日周二 15:45写道: > 越看越像简介,不想文档啊。 > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view...

Tks your questions. The question you raised is a common one, many people don't know "what should I define ReadProtocol here ?" As your code ```java mOkOptions = new OkSocketOptions.Builder()...

First, I must be sure you are using the client AAR. Second, The `onSocketWriteResponse ` method be called when you send a message successfully. not be called when server feedback....