CAnBioNet / TkNA

9 stars 1 forks source link

Shorten shared memory names to avoid error on macOS #84

Closed macovskym closed 3 months ago

macovskym commented 3 months ago

macOS shared memory names are limited to 31 characters, and using the full timestamp could sometimes push the name of the shared memory over that limit. To resolve this, this commit changes shared memory names to use the time as an integer rounded to the nearest millisecond rather than the full timestamp.