We need a way to order NetMsg's, so that we can give them all an incrementing integer associated with that NetMsg. Right now users can do this by:
Registering them in a constant order
Registering them with a unique string
We should add a way that relies on them having a uuid using type_uuid.
This could just work by getting the uuid as a string and using the "unique string" method internally
We need a way to order
NetMsg
's, so that we can give them all an incrementing integer associated with thatNetMsg
. Right now users can do this by:We should add a way that relies on them having a uuid using type_uuid. This could just work by getting the uuid as a string and using the "unique string" method internally