Skip to content

Conversation

@chuckweiss
Copy link

I was testing bleno with Deno and it seemed to work fine until it threw because it could not find uv_hrtime. This is because Deno uses Tokio instead of libuv. This PR replaces the usage of uv_hrtime with std chrono.

@stoprocent
Copy link
Owner

@chuckweiss Hey! Thank you for PR. Can you please fix your commits according to the Angular convention (google semantic-release)

@chuckweiss chuckweiss changed the title replace libuv with chrono refactor: replace uv_hrtime with std chono and remove libuv dependency May 20, 2025
@chuckweiss
Copy link
Author

@chuckweiss Hey! Thank you for PR. Can you please fix your commits according to the Angular convention (google semantic-release)

@stoprocent thank you for the quick response! Hopefully I got this right. Let me know if there's anything else :)

@chuckweiss chuckweiss changed the title refactor: replace uv_hrtime with std chono and remove libuv dependency refactor(hci): replace uv_hrtime with std chono and remove libuv dependency May 20, 2025
@chuckweiss chuckweiss changed the title refactor(hci): replace uv_hrtime with std chono and remove libuv dependency refactor(hci): replace uv_hrtime with std chrono and remove libuv dependency May 20, 2025
@chuckweiss
Copy link
Author

@stoprocent is there anything else this PR needs from you? It is good on my part

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.

2 participants