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

feat(socket): work without luasocket, using luasystem instead #171

Merged
merged 2 commits into from
May 28, 2024

Conversation

Tieske
Copy link
Member

@Tieske Tieske commented May 28, 2024

All we need for the core scheduling tasks is:

  • a sleep function for a non-busy-loop wait
  • a gettime function to get actual time at usecond

So without using sockets, luasystem should be good enough. Removing LuaSOcket from the rockspec is a breaking change, hence it is still installed by default. To be reviewed in a next major.

Tieske added 2 commits May 28, 2024 19:40
All we need for the core scheduling tasks is:

- a `sleep` function for a non-busy-loop wait
- a `gettime` function to get actual time at usecond

So without using sockets, luasystem should be good enough. Removing
LuaSOcket from the rockspec is a breaking change, hence it is still
installed by default. To be reviewed in a next major.
@Tieske Tieske merged commit 20f1cf7 into master May 28, 2024
6 checks passed
@Tieske Tieske deleted the no/luasocket branch May 28, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant