magnopus-opensource / connected-spaces-platform

"An interoperable communication library for the spatial internet."
https://www.magnopus.com/csp
Apache License 2.0
89 stars 12 forks source link

[NT-0] fix: hotspot unique ID accessor #508

Closed MAG-SamBirley closed 1 month ago

MAG-SamBirley commented 1 month ago

The function was returning a reference to a string local variable declared in the function.

Fixed by returning by value instead.