You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inside introspection classes just store a pointer to PublisherPortData and don't use PublisherPortUser anymore.
Detailed information
Right now the introspection classes (port, mempool, process) are storing PublisherPortUser. These could be removed and created on the fly whenever a PortUser is needed. That'll also eliminate the template usage in the introspection classes further simplifying the introspection and its tests.
The text was updated successfully, but these errors were encountered:
Brief feature description
Inside introspection classes just store a pointer to
PublisherPortData
and don't usePublisherPortUser
anymore.Detailed information
Right now the introspection classes (port, mempool, process) are storing
PublisherPortUser
. These could be removed and created on the fly whenever aPortUser
is needed. That'll also eliminate the template usage in the introspection classes further simplifying the introspection and its tests.The text was updated successfully, but these errors were encountered: