smart-socket icon indicating copy to clipboard operation
smart-socket copied to clipboard

是否支持虚拟线程?

Open wangran99 opened this issue 1 year ago • 1 comments

    <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的线程支持指定虚拟线程吗,或者指定线程池?

wangran99 avatar Dec 29 '23 02:12 wangran99

支持通过外置的AsynchronousChannelGroup来使用虚拟线程。

smthing avatar Dec 29 '23 05:12 smthing