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

OptionalValue Does Not Work With ns3::ConfigStore #35

Open
bpe2 opened this issue Sep 29, 2022 · 0 comments
Open

OptionalValue Does Not Work With ns3::ConfigStore #35

bpe2 opened this issue Sep 29, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@bpe2
Copy link
Contributor

bpe2 commented Sep 29, 2022

The OptionalValue class does not work with ns3's ConfigStore, since that requires the ability to serialize/deserialize from strings, and we don't support that operation.

Look into either writing specific implementations of SerializeToString(), etc. or find a way to opt us out

image

@bpe2 bpe2 added the bug Something isn't working label Sep 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant