mclark-ably
Results
2
comments of
mclark-ably
Sure, heres the code ```python import os import asyncio import aiormq import ssl import logging logging.basicConfig(level=logging.DEBUG) ably_queue_name = os.environ['ABLY_QUEUE_NAME'] ably_host_endpoint = os.environ['ABLY_HOST_ENDPOINT'] ably_host_port = 5671 ably_api_key = os.environ["ABLY_API_KEY"] ably_queue_endpoint =...
A basic message would look like this `id: '0peB9toeCW:0:0', connectionId: '0peB9toeCW', timestamp: 1695029470478, data: 'hello', name: ''`