Create size_t actor IDs to fix 32-bit builds
Generating 64-bit actor IDs does not work on 32-bit Clang. While this could cause to overflow actor IDs, it is unlikely to have that 2^32 actors on such a system anyway due to memory constraints.
Showing
Please register or sign in to comment