-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any way to check if connection is open? #31
Comments
Can you post a bit more on this? A bit of code if you can, is this error spit out or handled by Pawl properly? Ideally I'd like to keep the abstraction and provide better handling for you via Pawl than exposing the underlying stream. |
The error emitted by Pawl through If you would like I can zip up my current rewrite project and send it to you. |
Sorry for not responding to this. Is this still an issue or has it been resolved in any of the releases since opened? |
Closing this because there has been no activity. |
I've been having issues where I am getting
Tried to write to closed stream.
after connecting so I'm planning to implement a message queue, however I have no way to check if the stream is writable as it isprotected
. Any way I could check or could I send in a PR for it?The text was updated successfully, but these errors were encountered: