mirror of
https://github.com/varun-r-mallya/py-libp2p.git
synced 2026-02-12 16:10:57 +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`.
|