Neio Zhou
Neio Zhou
I have experienced the same error sometimes. It auto recover after a few hours. It throws "The message received was unexpected or badly formatted" because underlying connection was reset. Update:...
@lzy-gogo , in win7, I implemented a BouncyCastle layer to handle the TLS connection.
This happened because it is talking to wrong TCP connection somethings. I have some fixes in my fork.
@Jent05 What is your test Windows OS version? And what are logs before you got this exception? Typically, we could see something like in the console: ``` 01:08:06.391 AM: [Frame:...
@Jent05 , your log looks quite different from mime. Are you sending two request at the same time or asynchronously?
@Jent05 Unfortunately, I doubt that HttpTwo library supports that. When I use it, I use lock to make sure other thread finished using HttpTwo.
This happened because it is sending message to wrong TCP connection somethings. I have some fixes in my fork.