I don't have a ton of experience with async-await ...
# spicedb
t
I don't have a ton of experience with async-await in Python either, which could be my issue, but I'm just running this from a Python shell, and I get this when I try await, both inside and outside an async function
Copy code
python
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
Cell In[54], line 1
----> 1 resp = await spice.ReadRelationships(
      2     ReadRelationshipsRequest(
      3         consistency=consistency,
      4         relationship_filter=fil,
      5     )
      6 )

TypeError: object _MultiThreadedRendezvous can't be used in 'await' expression