mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-03-20 04:01:28 +00:00
2 lines
126 B
ReStructuredText
2 lines
126 B
ReStructuredText
The `NetStream.state` property is now async and requires `await`. Update any direct state access to use `await stream.state`.
|