Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Request queue was disposed #241

@sumitsum

Description

@sumitsum

Sometimes the connection fails to run and throws the following exception. Need some help to understand what could cause this:

java.lang.IllegalStateException: Request queue was disposed
	at dev.miku.r2dbc.mysql.client.RequestQueue.requireDisposed(RequestQueue.java:150)
	at dev.miku.r2dbc.mysql.client.RequestQueue.dispose(RequestQueue.java:139)
	at dev.miku.r2dbc.mysql.client.MessageDuplexCodec.channelInactive(MessageDuplexCodec.java:131)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:262)
	at io.netty.channel.AbstractChannelHandlerContext.invokeChannelInactive(AbstractChannelHandlerContext.java:248)
	at io.netty.channel.AbstractChannelHandlerContext.fireChannelInactive(AbstractChannelHandlerContext.java:241)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions