-
Notifications
You must be signed in to change notification settings - Fork 42
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
Module throws exception on write
#22
Comments
Any luck with this? Is streaming write broke? @harrisiirak |
@idibidiart thanks for reminding this. Haven't really looked into this. When I have some time I'll do so. |
It looks like However, if the
It is non-trival to port For now you should be able to safely use |
I have the same problem. When I set the parameters in createClient() like this: |
The following code throws an exception:
The equivalent using
pipe
orwriteFile
works fine:Here's the exception:
The text was updated successfully, but these errors were encountered: