#### Expected behavior Callback should be called with a timeout error. #### Actual behavior Callback was not called #### Steps to reproduce 1. Connect to the server; 2. Call SendAsync() to send a message, it will send successfully; 3. Stop the server; 4. Call SendAsync() to send some messages, the messages' callback won't be called anymore #### System configuration **Pulsar version**: x.y