Closed martonlederer closed 5 months ago
This PR fixes an issue where if you have a number as a --tag-value when spawning a new aos process, it errors, because tags can only be strings. The fix converts all inputs to strings.
--tag-value
This PR fixes an issue where if you have a number as a
--tag-value
when spawning a new aos process, it errors, because tags can only be strings. The fix converts all inputs to strings.