apache / apache/pulsar-client-go
panic when received too big size frame
Open
- Dominant language
- Go
- Stars
- 745
- Forks
- 389
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 3
Description
#### Expected behavior
not panic when recv invalid frame size packet
#### Actual behavior
panic when received too big frame size

#### 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.


#### System configuration
**Pulsar version**: x.y
Contributor guide
Assessment
This issue has not been assessed yet.