smart-socket
smart-socket copied to clipboard
是否支持虚拟线程?
<dependency>
<groupId>org.smartboot.socket</groupId>
<artifactId>aio-pro</artifactId>
<version>1.6.6</version>
</dependency>
用的springboot3.2.1.smar-socket client并发的时候经常连接超时,不确定是不是服务器的问题还是smartsocket的问题。smart-socket的线程支持指定虚拟线程吗,或者指定线程池?
支持通过外置的AsynchronousChannelGroup来使用虚拟线程。