You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/12/05 09:00:58 UTC

[GitHub] [pulsar-client-go] billowqiu opened a new issue, #900: panic when received too big size frame

billowqiu opened a new issue, #900:
URL: https://github.com/apache/pulsar-client-go/issues/900

   #### Expected behavior
   
   not panic when recv invalid frame size packet
   
   #### Actual behavior
   
   panic when received too big frame size
   
   <img width="1376" alt="image" src="https://user-images.githubusercontent.com/720496/205595099-ba01c854-b232-4a9e-8079-15476d0b5374.png">
   
   
   
   #### Steps to reproduce
   
   when some case, sdk received too big frame size, it will close the connection, but in the same time another command is recv.
   
   <img width="832" alt="image" src="https://user-images.githubusercontent.com/720496/205595721-5fcf03da-c86f-4814-853c-c96fe0f60d85.png">
   
   <img width="938" alt="image" src="https://user-images.githubusercontent.com/720496/205596279-8e464414-db3f-4358-ba86-f3cdb3117e76.png">
   
   
   #### System configuration
   **Pulsar version**: x.y
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org