Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Concurrent (with asyncio) AprsClient #101

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

csindle
Copy link
Contributor

@csindle csindle commented Jul 29, 2021

Hi,

This draft pull request demonstrates the asynchronous/concurrent/asyncio version of AprsClient, that I normally use (I haven't touched TelnetClient or anything else.). Besides the using a higher level abstraction than sockets, and the potential performance improvements, I find it useful to be able to execute my code concurrently, i.e. when AprsClient.run() is blocking, and independently of the callback handler.

This PR obviously isn't for merging (it breaks the API)—I'm just wondering if there's any interest in me cleaning up and creating a public version?

csindle and others added 3 commits July 29, 2021 16:49
Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.0.
- [Release notes](https://github.com/pycqa/flake8/releases)
- [Commits](PyCQA/flake8@3.9.2...4.0.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant