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

Async check. #49

Merged
merged 7 commits into from
Jan 11, 2024
Merged

Async check. #49

merged 7 commits into from
Jan 11, 2024

Conversation

IKermani
Copy link
Contributor

The code has been refactored in a way that DNS requests are done in asynchronously. After each DNS response a new record is added to the rich table.

@hatamiarash7
Copy link
Owner

Nice job @IKermani. Please update tests too.

poetry install --with=dev,test
make test

hatamiarash7 and others added 2 commits January 10, 2024 10:18
* master:
  Bump pylint from 3.0.1 to 3.0.3
  Bump actions/setup-python from 4 to 5
  Bump actions/checkout from 4.1.0 to 4.1.1
@IKermani
Copy link
Contributor Author

README.md command output pictures should be changed too. Maybe use GIF or asciicinema. Also for more tangibility you could use asyncio.sleep(randint(1, 10) / 10) in the demo to fully illustrate that the results are presented asynchronously.

@hatamiarash7 hatamiarash7 merged commit eea0612 into hatamiarash7:master Jan 11, 2024
2 checks passed
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.

None yet

2 participants