-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: async
In the async API, our KMS requests still use raw sockets due to the inherent limitations of the core asyncio.Protocol. Writing a second Protocol specifically for KMS would allow us to remove the entire async socket networking layer, significantly reducing the amount of maintained code.