bachan111

Results 3 issues of bachan111

当进行多设备连接,每个设备需要发送多条蓝牙指令,极端情况,一次会有8条蓝牙指令,FastBle没有处理多线程发送多条蓝牙指令的情况,在每个调用的地方设置延时处理又很繁杂,我的处理方式是把所有修改特征和属性命令放在队列里面,进行顺序延时处理。哪位大佬有更好的处理方式?

**XPopup版本** 如2.1.0 **手机系统和型号** 华为Mate20 Android 10 **描述你的问题** 最好能上代码截图和问题截图 直接是下载的demo: new XPopup.Builder(getContext()) .autoOpenSoftInput(true) .offsetX(BaseModel.getBottomSelectOffsetX()) .hasShadowBg(true) .enableDrag(false) .hasStatusBar(false) .**hasNavigationBar(false)** .asCustom(new CustomEditTextBottomPopup(getContext())) .show();

table user2role missed,