Results 5 comments of Jackson

> I have the same problem ``` NacosWatch public void nacosServicesWatch() { // nacos doesn't support watch now , publish an event every 30 seconds. this.publisher.publishEvent( new HeartbeatEvent(this, nacosWatchIndex.getAndIncrement())); }...

长按后有一个界面刷新触发,我是通过adapter.notifyXXX()实现的,这个时候itemTouchHelper.startDrag(holder); 来触发拖动,但是holder因为notifyXXX()被回收了,所以触发无效。如果想要实现这个功能,可以仿照原作者通过 遍历找到所有imageView为他们直接设置参数而不用notifyXXX()就可以了。我图方便就这样了

...这个项目是介绍CommonRecycler 使用的。只是一个demo使用例子,你的需求也是可以增加的

是不是可以考虑监听网卡串流数据包来实现串流连接监听