Vladimir Chub
Vladimir Chub
## Description There is a method in `GooglePlayVerifier` class: ```python def verify_with_result( self, purchase_token: str, product_sku: str, is_subscription: bool = False ) -> GoogleVerificationResult: """Verifies by returning verification result instead...
### Steps to reproduce If try something like this (pass `128` value): ```python transport, protocol = await aioamqp.connect(**rabbit) channel: Channel = await protocol.channel() arguments = {'x-message-ttl': 128} await channel.queue_declare(queue_name='foo', durable=True,...
Sanic extension: typo or bug in listeners? * GINO version: 0.8.5 * Python version: 3.7.4 * asyncpg version: 0.20.0 * aiocontextvars version: 0.2.2 * PostgreSQL version: 11.5 * sanic version:...
I found that this way of prometheus metrics server starting, which code is ``` class _ThreadingSimpleServer(ThreadingMixIn, HTTPServer): """Thread per request HTTP server.""" def start_http_server(port, addr='', registry=REGISTRY): """Starts an HTTP server...