zbus-old
zbus-old copied to clipboard
Port internal handshake API to make use of async/await
trafficstars
The handshake code was written for non-blocking synchronous API and hence it's a bit hairy. Now that we don't need that, this code can be made much simpler through the use of async/await and async-io.
In GitLab by @elmarco on Jan 19, 2021, 12:49
Wait a bit. I am working on handshake refactoring, to make it more compliant to the spec, I'll send a series soon.
@elmarco cool but no hurry. I didn't plan to work on this soon. Just didn't want to forget about it.