From 4fca90ad3a6b8e6332c88fa9d87219b49a4eb8a2 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 29 Nov 2022 19:58:48 +0000 Subject: [PATCH] [PR #7054/1337c452 backport][3.9] Third-Part/Other addition: RSocket (#7112) **This is a backport of PR #7054 as merged into master (1337c452723629f6f70d5f114e49c4202c32d38c).** Third-Part/Other addition: RSocket Supports aiohttp as a transport layer. Co-authored-by: jell-o-fishi <111562631+jell-o-fishi@users.noreply.github.com> --- docs/third_party.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/third_party.rst b/docs/third_party.rst index 45af26f003a..bb26cb0efea 100644 --- a/docs/third_party.rst +++ b/docs/third_party.rst @@ -291,3 +291,6 @@ ask to raise the status. - `aiohttp-catcher `_ An aiohttp middleware library for centralized error handling in aiohttp servers. + +- `rsocket `_ + Python implementation of `RSocket protocol `_.