[ws transport]: soketto occasionally returns UnexpectedOpCode(Continue)
when reading empty WebSocket message
#154
Labels
bug
Something isn't working
I have noticed a difference between
soketto v0.3
andsoketto v0.4
where it sometimes reads an empty WebSocket message and returnsUnexpectedOpCode(Continue)
.For the client it doesn't make much difference than just that
ERROR jsonrpsee::client::ws::client] Client Error: Inner(Ws(UnexpectedOpCode(Continue)))
would be logged, still quite annoying.For the server, it's critical because it would terminate the connection but I haven't seen it yet at least.... it might just
soketto::Client
related butreceive_data
andsend_data
seems to have the same implemetation.Note: I tried to downgrade
soketto v0.3.2
but it didn't manage to get thews client/server to work
.The text was updated successfully, but these errors were encountered: