Skip to content

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] <support@github.com>
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