-
Notifications
You must be signed in to change notification settings - Fork 403
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
Cleanup or Remove ObjectPool #66
Comments
@elfenpiff What is the current status? How much effort is this? @ithier Why are you using this in the DDS gateway? |
This is linked to #488 where an uninitialized_array is used, please clarify first if the Objectpool is maybe obsolete. |
I use this in the gateway implementation as a place for the gateway to create publishers/subscribers/data readers/data writers when doing dynamic discovery. We would either need another solution for this or to not support dynamic topic discovery if we wanted to remove the object pool. |
I think something like the |
@elfenpiff What do you think, how should we continue here? |
Brief feature description
The object pool is in a very early stage and should be refactored/cleaned up or it should be removed. At the moment it is used nowhere.
Steps
The text was updated successfully, but these errors were encountered: