pythonping
pythonping copied to clipboard
A simple way to ping in Python
If an unhandled exception occurs while performing the network call, the random seed id is not cleaned up from the shared `SEED_IDs` list. Relevant code: ```python # Fix to allow...
**Is your feature request related to a problem? Please describe.** no **Describe the solution you'd like** First. It would be great to be able to run ping forever. A use-case...
Hi there! Fixing a typo in `README.md`. Btw, an extra space after `Source files` have been deleted.
**Describe the bug** Sometimes after reconnecting after a connection drop, a ping request will be answered immediately by the response from the previous request which is waiting in the socket...
Changed the version to the closet one possible.
**Describe the bug** I Cloned the repo locally and then tried to install the requirements but got stuck with no suitable version found, after looking into it i found that...
Fixes issue #114 and fixes issue #116 #116: Updated requirements pexpect version to 4.8.0 rather than 4.0.8 #114: Fixed a bug in which the latency in ms would be calculated...