You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> capnp.AsyncIoStream
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: module 'capnp' has no attribute 'AsyncIoStream'. Did you mean: 'PyAsyncIoStream'?
Without this stream object, is there another way to write the async client?
The text was updated successfully, but these errors were encountered:
I think the problem is that the documentation points to the master branch of this github repo. The latest master changes do change things quite a lot and are not compatible with the latest release on pypi. (Your error message seconds this as far as I can tell)
I have
There is no
capnp.AsyncIoStream
as shown in calculator client example:Without this stream object, is there another way to write the async client?
The text was updated successfully, but these errors were encountered: