Реализация ExtensionService с учётом long polling операций
Compare changes
- Podosochnyy Maxim authored
+ 37
− 28
@@ -9,15 +9,16 @@ from perxis.collections import collections_pb2_grpc
@@ -9,15 +9,16 @@ from perxis.collections import collections_pb2_grpc
@@ -25,33 +26,38 @@ async def _main(
@@ -25,33 +26,38 @@ async def _main(
async with grpc.aio.insecure_channel(ext_manager_host, interceptors=[interceptor]) as extensions_manager_channel:
# f"Изменилась версия расширения {ext_descriptor.extension} ({ext.version} -> {ext_descriptor.version})"
@@ -63,19 +69,22 @@ async def _main(
@@ -63,19 +69,22 @@ async def _main(