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
如标题,首先A页面连接成功并发送自定义数据成功,断开设备client.close(),进入到B页面中重新连接并再次发送自定义数据,非常高的频率导致发送自定义数据执行了错误回掉(失败)!
如上图,从A页面进入B页面,B页面连接成功并发送自定义数据成功,返回到A页面,重新连接成功,但是发送自定义数据失败,执行了以下回掉,错误码是 public static final int CODE_INVALID_NOTIFICATION = -1000;
public static final int CODE_INVALID_NOTIFICATION = -1000;
@Override public void onError(BlufiClient client, int errCode) {
基本都是失败,请问原因是啥?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
如标题,首先A页面连接成功并发送自定义数据成功,断开设备client.close(),进入到B页面中重新连接并再次发送自定义数据,非常高的频率导致发送自定义数据执行了错误回掉(失败)!
如上图,从A页面进入B页面,B页面连接成功并发送自定义数据成功,返回到A页面,重新连接成功,但是发送自定义数据失败,执行了以下回掉,错误码是
public static final int CODE_INVALID_NOTIFICATION = -1000;
基本都是失败,请问原因是啥?
The text was updated successfully, but these errors were encountered: