You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: