yellowstone-fumarole-client 0.2.0__py3-none-any.whl → 0.2.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- yellowstone_fumarole_client/__init__.py +1 -3
- yellowstone_fumarole_client/runtime/aio.py +1 -1
- yellowstone_fumarole_client/utils/collections.py +1 -1
- {yellowstone_fumarole_client-0.2.0.dist-info → yellowstone_fumarole_client-0.2.1.dist-info}/METADATA +1 -1
- {yellowstone_fumarole_client-0.2.0.dist-info → yellowstone_fumarole_client-0.2.1.dist-info}/RECORD +6 -6
- {yellowstone_fumarole_client-0.2.0.dist-info → yellowstone_fumarole_client-0.2.1.dist-info}/WHEEL +0 -0
@@ -282,9 +282,7 @@ class FumaroleClient:
|
|
282
282
|
while True:
|
283
283
|
update = await dragonsmouth_outlet.get()
|
284
284
|
yield update
|
285
|
-
except asyncio.CancelledError:
|
286
|
-
pass
|
287
|
-
except asyncio.Queue:
|
285
|
+
except (asyncio.CancelledError, asyncio.QueueShutDown):
|
288
286
|
pass
|
289
287
|
finally:
|
290
288
|
dragonsmouth_outlet.shutdown()
|
{yellowstone_fumarole_client-0.2.0.dist-info → yellowstone_fumarole_client-0.2.1.dist-info}/RECORD
RENAMED
@@ -1,12 +1,12 @@
|
|
1
|
-
yellowstone_fumarole_client/__init__.py,sha256
|
1
|
+
yellowstone_fumarole_client/__init__.py,sha256=QIfks8mTmyOywbGLG4ZMXrp4LDBNq5s_SV_1P0PKH6E,13351
|
2
2
|
yellowstone_fumarole_client/config.py,sha256=aclhCPUy6RO-xtXR9w8otmt1RzFZyFnbF28jk115C2g,1394
|
3
3
|
yellowstone_fumarole_client/grpc_connectivity.py,sha256=Sex_x6_Bha0wGD7rRqr-V_slsohX1tDFeiHdqahLJ4Q,6639
|
4
4
|
yellowstone_fumarole_client/runtime/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
yellowstone_fumarole_client/runtime/aio.py,sha256=
|
5
|
+
yellowstone_fumarole_client/runtime/aio.py,sha256=hbp6v4QUTQClMZ0C0xREAlOMkFOSuKas2nwaGN1NbMw,21370
|
6
6
|
yellowstone_fumarole_client/runtime/state_machine.py,sha256=d4blPv62UcqZ0HigRK2IXTd_8MeRrRjhclDVpE0PMnQ,12634
|
7
7
|
yellowstone_fumarole_client/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
yellowstone_fumarole_client/utils/aio.py,sha256=lm_BNkPiw5CJ6FjDlQUPoCKAqY3eYFAedAJB8mhNbzE,639
|
9
|
-
yellowstone_fumarole_client/utils/collections.py,sha256=
|
9
|
+
yellowstone_fumarole_client/utils/collections.py,sha256=NgXpepuRZKsUy0x1XW9pSjztIrlG7LUyMsETagfPgL0,989
|
10
10
|
yellowstone_fumarole_proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
11
11
|
yellowstone_fumarole_proto/fumarole_pb2.py,sha256=aF869yXAjiTE5hqpKatzql42N1saAO0ayVQOJJ8sxVs,14315
|
12
12
|
yellowstone_fumarole_proto/fumarole_pb2.pyi,sha256=eJgwihIU5wzJVlEZvYlG_F0vaW-z-axONwOoCQtnI-s,20092
|
@@ -17,6 +17,6 @@ yellowstone_fumarole_proto/geyser_pb2_grpc.py,sha256=JCEz0KM_jg_610HyQI_F1K4kJlR
|
|
17
17
|
yellowstone_fumarole_proto/solana_storage_pb2.py,sha256=LS-P5EPyS0n1pO9_U73rA6SPlbGSTEC2qYhuS3skzA8,8443
|
18
18
|
yellowstone_fumarole_proto/solana_storage_pb2.pyi,sha256=HivhoN4VEe_W7kB4lc2Un5AeTAv3xiKR_HLI096qmyA,13040
|
19
19
|
yellowstone_fumarole_proto/solana_storage_pb2_grpc.py,sha256=-rb9Dr0HXohIrHrnxukYrmUYl6OCVbkQYh2-pCO6740,895
|
20
|
-
yellowstone_fumarole_client-0.2.
|
21
|
-
yellowstone_fumarole_client-0.2.
|
22
|
-
yellowstone_fumarole_client-0.2.
|
20
|
+
yellowstone_fumarole_client-0.2.1.dist-info/METADATA,sha256=eljSi7uqcB_c7FOS-oJdcrPJZPMZgyc-hZzuL3NDAc8,4156
|
21
|
+
yellowstone_fumarole_client-0.2.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
22
|
+
yellowstone_fumarole_client-0.2.1.dist-info/RECORD,,
|
{yellowstone_fumarole_client-0.2.0.dist-info → yellowstone_fumarole_client-0.2.1.dist-info}/WHEEL
RENAMED
File without changes
|