Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to reuse connections? #321

Open
cosmoswei opened this issue Jan 10, 2025 · 0 comments
Open

how to reuse connections? #321

cosmoswei opened this issue Jan 10, 2025 · 0 comments

Comments

@cosmoswei
Copy link

Hello, When I send multiple QuicStreamChannels to a QuicChannel connection, it will report a QUICHE_ERR_STREAM_LIMIT exception. Is there any way to avoid it? Or, are there any other ways to reuse connections? The exception information :

Caused by: io.netty.incubator.codec.quic.QuicException: QUICHE_ERR_STREAM_LIMIT
	at io.netty.incubator.codec.quic.Quiche.newException(Quiche.java:784)
	at io.netty.incubator.codec.quic.Quiche.throwIfError(Quiche.java:812)
	at io.netty.incubator.codec.quic.QuicheQuicChannel$QuicChannelUnsafe.connectStream(QuicheQuicChannel.java:1467)
	at io.netty.incubator.codec.quic.QuicheQuicChannel.lambda$createStream$3(QuicheQuicChannel.java:461)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
	at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:566)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	... 1 more

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant