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

Migrate fjage.c to use sc-queue #244

Open
notthetup opened this issue May 30, 2022 · 0 comments
Open

Migrate fjage.c to use sc-queue #244

notthetup opened this issue May 30, 2022 · 0 comments
Assignees

Comments

@notthetup
Copy link
Collaborator

The fjåge C gateway uses an custom generic queue implementation to store messages https://github.com/org-arl/fjage/blob/master/gateways/c/fjage.c#L243

We have had some issues with the queue implementation before. It might be safer to rely on an external well-tested queue implementation instead of re-inventing the wheel.

https://github.com/tezc/sc/tree/master/queue is a generic and clean and well-tested open-source implementation of queue. We can consider moving to that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant