Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / empicano/aiomqtt issues and pull requests
#238 - error
Issue -
State: closed - Opened by YraganTron over 1 year ago
#237 - Reconnect and shared connection
Issue -
State: open - Opened by YraganTron over 1 year ago
- 8 comments
#236 - build(deps-dev): bump certifi from 2023.5.7 to 2023.7.22
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#225 - feat: match topic before message enters queue
Pull Request -
State: closed - Opened by vvanglro over 1 year ago
- 3 comments
#224 - Use local broker instead of test.mosquitto.org for tests
Issue -
State: open - Opened by empicano over 1 year ago
- 8 comments
#223 - using early return
Issue -
State: closed - Opened by AlfaBravoX over 1 year ago
- 8 comments
#218 - Add test for websocket
Issue -
State: open - Opened by wasdee over 1 year ago
- 3 comments
Labels: good first issue
#210 - Switch to poetry and rename to aiomqtt
Pull Request -
State: closed - Opened by empicano almost 2 years ago
- 25 comments
#207 - asyncio_mqtt.error.MqttConnectError: [code:3] Invalid function arguments provided.
Issue -
State: closed - Opened by Hossein-Gholami almost 2 years ago
- 2 comments
#191 - Some public Paho client properties and methods are not exposed - example username_pw_set()
Issue -
State: closed - Opened by skewty almost 2 years ago
- 5 comments
#147 - Simplify message filtering
Pull Request -
State: closed - Opened by empicano over 2 years ago
- 21 comments
#111 - mqtt over TLS
Issue -
State: closed - Opened by bbartling almost 3 years ago
- 4 comments
#109 - QOS1 first incoming message if missed after starting the client
Issue -
State: closed - Opened by Kopeika almost 3 years ago
- 3 comments
#108 - Message queue increased
Issue -
State: closed - Opened by vitalerter almost 3 years ago
- 2 comments
#107 - Adds LICENSE to built tarball
Pull Request -
State: closed - Opened by stewarthaines almost 3 years ago
- 3 comments
#106 - Missing LICENSE file in release tarball 0.12.1
Issue -
State: closed - Opened by stewarthaines almost 3 years ago
- 3 comments
#105 - Is it necessary to create a topic filter?
Issue -
State: closed - Opened by roipoussiere almost 3 years ago
- 6 comments
#103 - MQTT5 LastWill Properties - WillDelayInterval
Issue -
State: closed - Opened by AndreasHeine about 3 years ago
- 11 comments
#102 - import fails on v0.12.0
Issue -
State: closed - Opened by thielepaul about 3 years ago
- 1 comment
#101 - Add backpressure mechanism to limit the number of concurrent outgoing calls
Pull Request -
State: closed - Opened by bachya about 3 years ago
- 6 comments
#100 - `filtered_messages` ends up with an `Unknown` return type
Issue -
State: closed - Opened by sdwilsh about 3 years ago
- 5 comments
#99 - Fix typing error of `__aexit__`
Pull Request -
State: closed - Opened by sdwilsh about 3 years ago
- 2 comments
#98 - `PylancereportGeneralTypeIssues` when attempting to use with an `AsyncExitStack`
Issue -
State: closed - Opened by sdwilsh about 3 years ago
- 2 comments
#97 - client.filtered_message blocking async loop
Issue -
State: closed - Opened by CrispyCrafter about 3 years ago
- 5 comments
#96 - Critical error: missing `:` at the end of `if` statement.
Issue -
State: closed - Opened by SimplicityGuy about 3 years ago
- 1 comment
#95 - Race condition with entering client context and receiving QoS > 0 queued messages.
Issue -
State: closed - Opened by laundmo about 3 years ago
- 14 comments
#94 - Does not work with Python 3.9?
Issue -
State: closed - Opened by iudeen about 3 years ago
- 2 comments
#93 - fixes #92
Pull Request -
State: closed - Opened by steverpalmer about 3 years ago
- 1 comment
#92 - The advanced example is possibly buggy
Issue -
State: closed - Opened by steverpalmer about 3 years ago
- 1 comment
#89 - Fixes sbtinstruments/asyncio-mqtt#88
Pull Request -
State: closed - Opened by ge-lem about 3 years ago
- 1 comment
#88 - Username and no password
Issue -
State: closed - Opened by ge-lem about 3 years ago
- 1 comment
#87 - Pyright reports false positive error with `asynccontextmanager`
Pull Request -
State: closed - Opened by sdwilsh over 3 years ago
- 7 comments
#86 - Fix typing, mostly related to async_generator
Pull Request -
State: closed - Opened by laundmo over 3 years ago
- 6 comments
#85 - Disable paho client reconnect on failure
Pull Request -
State: closed - Opened by MartinHjelmare over 3 years ago
- 1 comment
#82 - some question that belongs on stackoverflow
Issue -
State: closed - Opened by nbraun-wolf over 3 years ago
- 3 comments
#81 - using global client fails successive pytests with RuntimeError: Event loop is closed
Issue -
State: closed - Opened by nbraun-wolf over 3 years ago
- 7 comments
#80 - newbie help 2
Issue -
State: closed - Opened by bbartling over 3 years ago
- 1 comment
#79 - newbie help getting started
Issue -
State: closed - Opened by bbartling over 3 years ago
- 13 comments
#78 - disconnect cleanly
Issue -
State: closed - Opened by nbraun-wolf over 3 years ago
- 7 comments
#75 - Disconnect after a certain number of messages were published
Issue -
State: closed - Opened by stijn-devriendt over 3 years ago
- 4 comments
#74 - Convert reason codes into english error messages
Pull Request -
State: closed - Opened by CptSpaceToaster over 3 years ago
- 1 comment
#73 - Consider converting ReasonCodes into readable strings in MqttCodeError
Issue -
State: closed - Opened by CptSpaceToaster over 3 years ago
- 2 comments
#72 - Link to PyPI package with a badge in the readme
Pull Request -
State: closed - Opened by pbrkr over 3 years ago
- 1 comment
#71 - Added a new parameter for configuring socket connection.
Pull Request -
State: closed - Opened by xydan83 over 3 years ago
- 5 comments
#70 - Very slow publishing data more 100 MB.
Issue -
State: closed - Opened by xydan83 over 3 years ago
- 14 comments
#69 - Added new parameter 'message_retry_set' to the Client.__init__. Set the timeout in seconds before a message with QoS>0 is retried. 20 seconds by default.
Pull Request -
State: closed - Opened by xydan83 over 3 years ago
- 1 comment
#68 - Can't set message_retry_set()
Issue -
State: closed - Opened by xydan83 over 3 years ago
- 4 comments
#67 - avoid InvalidStateError on disconnect
Pull Request -
State: closed - Opened by functionpointer over 3 years ago
- 1 comment
#66 - Not working in windows
Issue -
State: closed - Opened by Trance-Paradox over 3 years ago
- 4 comments
#65 - Publisher/Subscribe example also for JSON data and ProtocolVersion in the init
Pull Request -
State: closed - Opened by tropxy over 3 years ago
- 6 comments
#64 - Handle messages concurrently
Issue -
State: closed - Opened by noperator-zz over 3 years ago
- 9 comments
#63 - Publish Example, protocol Version as required field and logging
Issue -
State: closed - Opened by tropxy over 3 years ago
- 8 comments
#62 - [Errno 104] Connection reset by peer
Issue -
State: closed - Opened by vitalerter over 3 years ago
- 5 comments
#61 - Request for a patch release 0.9.1
Issue -
State: closed - Opened by resingm over 3 years ago
- 3 comments
#60 - Improve cleanup when socket is invalid
Pull Request -
State: closed - Opened by wrobell almost 4 years ago
- 3 comments
#59 - handle rc ReasonCodes
Pull Request -
State: closed - Opened by jschlyter almost 4 years ago
- 1 comment
#58 - client._on_connect exception rc type error
Issue -
State: closed - Opened by jschlyter almost 4 years ago
- 2 comments
#57 - Fix python3.6 compatibility
Pull Request -
State: closed - Opened by fipwmaqzufheoxq92ebc almost 4 years ago
- 2 comments
#56 - Add ability to pass arguments to underlying client's connect method.
Pull Request -
State: closed - Opened by yawor almost 4 years ago
- 3 comments
#55 - added exception handling in callback for loop_read and loop_write
Pull Request -
State: closed - Opened by gilbertsmink almost 4 years ago
- 1 comment
#54 - Fix client socket defaults for websocket transport
Pull Request -
State: closed - Opened by chmielowiec almost 4 years ago
- 2 comments
#53 - Question: How can I add further subscriptions at runtime.
Issue -
State: closed - Opened by Manuel83 almost 4 years ago
- 4 comments
#52 - Non-thread-safe operation invoked on an event loop other than the current one
Issue -
State: closed - Opened by SimplicityGuy almost 4 years ago
- 4 comments
#51 - added exception handling in callback for loop_read and loop_write
Pull Request -
State: closed - Opened by gilbertsmink almost 4 years ago
- 4 comments
#48 - Publish should not wait for confirmation
Issue -
State: open - Opened by 0x0a11c0de almost 4 years ago
- 10 comments
#47 - Incorrect use of typing.Union
Issue -
State: closed - Opened by Equidamoid almost 4 years ago
- 6 comments
#46 - Does not support disconnect/connect, which means it doesn't support QOS > 0
Issue -
State: closed - Opened by 0x0a11c0de almost 4 years ago
- 5 comments
#45 - Cannot set the keepalive time
Issue -
State: closed - Opened by 0x0a11c0de almost 4 years ago
- 3 comments
#43 - Format code with black
Pull Request -
State: closed - Opened by flyte almost 4 years ago
- 4 comments
#42 - Calling client.subscribe with a zero length list causes TimeoutError
Issue -
State: open - Opened by flyte almost 4 years ago
- 3 comments
Labels: good first issue
#41 - Check that _misc_task is not None before trying to cancel it.
Pull Request -
State: closed - Opened by flyte almost 4 years ago
- 1 comment
#40 - Create _misc_loop() task thread safely. Fixes #39
Pull Request -
State: closed - Opened by flyte almost 4 years ago
- 3 comments
#39 - Exception in on_socket_open: Non-thread-safe operation invoked on an event loop other than the current one
Issue -
State: closed - Opened by flyte almost 4 years ago
- 4 comments
#38 - Add explicit export __all__ in __init__.py
Pull Request -
State: closed - Opened by flyte almost 4 years ago
- 1 comment
#37 - Add type hints
Pull Request -
State: closed - Opened by flyte almost 4 years ago
- 14 comments
#36 - Fix socket options for websocket transport
Pull Request -
State: closed - Opened by chmielowiec almost 4 years ago
- 4 comments
#35 - Broken pipe
Issue -
State: closed - Opened by gilbertsmink about 4 years ago
- 11 comments
#34 - Mqtt errors
Issue -
State: closed - Opened by vitalerter about 4 years ago
- 5 comments
#33 - fix #31 return if already connected
Pull Request -
State: closed - Opened by vitalerter about 4 years ago
- 1 comment
#32 - A public method to return the message amount of a message queue?
Issue -
State: closed - Opened by asaarashi about 4 years ago
- 2 comments
#31 - error durring connection
Issue -
State: closed - Opened by vitalerter about 4 years ago
- 7 comments
#30 - requst for enhancement : paho.mqtt.proxy_set() - support
Issue -
State: closed - Opened by pichwo about 4 years ago
- 4 comments
#29 - pending publish calls
Issue -
State: closed - Opened by vitalerter about 4 years ago
- 11 comments
#28 - How to deal with LWT and DISCONNECT reason
Issue -
State: open - Opened by sveinse about 4 years ago
- 11 comments
#27 - Disconnects on long wait time for new messages
Issue -
State: closed - Opened by SimplicityGuy about 4 years ago
- 11 comments
#26 - Paho mqtt client reconnecting from callback loop
Issue -
State: closed - Opened by MartinHjelmare about 4 years ago
- 15 comments
#25 - Fix future exception on disconnect
Pull Request -
State: closed - Opened by MartinHjelmare about 4 years ago
- 1 comment
#24 - Question about publish
Issue -
State: closed - Opened by hidaris about 4 years ago
- 5 comments
#23 - Make connect() non-blocking
Pull Request -
State: closed - Opened by oholsen about 4 years ago
- 6 comments
#22 - Client.connect() blocks the event loop
Issue -
State: closed - Opened by oholsen about 4 years ago
#21 - Added transport option to Client construnctor
Pull Request -
State: closed - Opened by opengs over 4 years ago
- 3 comments
#20 - Disconnected during message iteration
Issue -
State: closed - Opened by vitalerter over 4 years ago
- 1 comment
#19 - Improvement suggestion: Can't parse any errors
Issue -
State: closed - Opened by oej over 4 years ago
- 4 comments
#18 - Question: how would I change the message filter?
Issue -
State: closed - Opened by dr-froehlich over 4 years ago
- 3 comments
#17 - add clean_session argument
Pull Request -
State: closed - Opened by madnadyka over 4 years ago
- 2 comments
#16 - Add possibility to setup client clean_session=False
Issue -
State: closed - Opened by madnadyka over 4 years ago
- 3 comments
#15 - advanced_example bug
Issue -
State: closed - Opened by drmikecrowe over 4 years ago
- 5 comments
#14 - Add the possibility to use tls_set() in addition to tls_context
Issue -
State: closed - Opened by svinz over 4 years ago
- 10 comments
#13 - how to receive message in a limited time window?
Issue -
State: closed - Opened by yunfan over 4 years ago
- 4 comments
#12 - fix: python 3.6 compat in _message_generator
Pull Request -
State: closed - Opened by pallas over 4 years ago
- 2 comments