Results 14 issues of 科技

why this happend when i use ``` for(Channel channel :channels) { channel.writeAndFlush(msg); } ``` the same message send two channel had the error data it likes two channel use the...

are you sure to update netty4 lib to netty5 lib

如果自定义的字符串类型的_id 会报 ObjectId 验证问题 ``` ZMoDoc old = zMoCo.findOne(ZMoDoc.ID("rekoe")); ``` 错误 ``` 2017-08-23 17:23:35,633 [DEBUG][org.mongodb.driver.protocol.query] - Query completed Exception in thread "main" java.lang.RuntimeException: 'rekoe' not ObjectId at org.nutz.lang.Lang.makeThrow(Lang.java:132) at org.nutz.mongo.ZMoDoc.put(ZMoDoc.java:497)...

有些情况下一次 ```beforeRequest ``` 请求会有多次 ```afterResponse ```,如何封装一次完整的请求数据呢?