CoAPConnect / coap-pubsub-rust

MIT License
5 stars 0 forks source link

Creating a new topic generates 2 different data-uri's #54

Closed SeKarri closed 5 months ago

SeKarri commented 5 months ago

When creating a topic, it generates a random data-uri in topics "topic_data" and then when topic generates a new dataresource for itself, the dataresource generates another new uri for itself that is stored in data-resources "data_uri". These should be identical.