mirror of
https://gitee.com/wujiawei1207537021/wu-lazy-cloud-network.git
synced 2025-06-06 13:27:55 +08:00
[fix] // TODO 流量并发异常
This commit is contained in:
parent
381f8a6960
commit
1e2f58b5a3
@ -54,6 +54,7 @@ public class ChannelFlowAdapter {
|
|||||||
* @param channelFlow 通道数据
|
* @param channelFlow 通道数据
|
||||||
*/
|
*/
|
||||||
public void asyncHandler(Channel channel, ChannelFlow channelFlow) {
|
public void asyncHandler(Channel channel, ChannelFlow channelFlow) {
|
||||||
|
// TODO 流量并发异常
|
||||||
CHANNEL_FLOW_ADAPTER_EXECUTOR.submit(() -> handler(channel, channelFlow));
|
CHANNEL_FLOW_ADAPTER_EXECUTOR.submit(() -> handler(channel, channelFlow));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -19,6 +19,6 @@ spring:
|
|||||||
# inet-port: 7101
|
# inet-port: 7101
|
||||||
|
|
||||||
---
|
---
|
||||||
#logging:
|
logging1:
|
||||||
# level:
|
level:
|
||||||
# root: DEBUG
|
root: DEBUG
|
Loading…
x
Reference in New Issue
Block a user