dgzlopes/tcp-latency

Timer() issue

SuzukiHonoka opened this issue · 2 comments

Please consider to use time.time() instead of timer ().
Thank you for sharing your code!!

Hi @SuzukiHonoka! I'm really sorry. Somehow I missed this issue on my GitHub notifications mess.

Thank you a lot for creating the issue and pointing this out. I'm not sure if you're still interested, but I removed the timer() code in favor of time.time() (as you proposed!).

You can see the pull request here.