Hu

Results 8 comments of Hu

上面的方式,AndroidStudio withContext代码块里面还是报黄 现在我用的是RxJava的方式 Observable.just(Any()).observeOn(Schedulers.io()).life(this).subscribe { }

The same problem has arisen.

DatePickerWidget 日不动, 滑动月一格,选择为9月26日,onChange回调为9月06日

> 可以,现在可以直接发送你想要发送的任何数据,因为框架默认不再做打包消息了 在源码看到,发送心跳,你这里还是用的upObject方法,不能直接发送byte数据 /** * 心跳发送任务 */ private final Runnable beatTask = new Runnable() { @Override public void run() { // 心跳丢失次数判断,心跳包丢失了一定的次数则会进行socket的断开重连 if (socketOptions.getMaxHeartbeatLoseTimes() != -1 && loseTimes.incrementAndGet() >= socketOptions.getMaxHeartbeatLoseTimes())...

OK了,为啥还不发个正式的版本呢?

bool get popGestureEnabled { final PageRoute route = hostRoute ?? this; // If there's nothing to go back to, then obviously we don't support // the back gesture. if (route.isFirst)...