socket: Simplify clientID generation
It's not clear to me why we were using this rather complicated method of generating a UUID. Suffice to say that simply calling uuid.v4() has much the same effect.
Showing
Please register or sign in to comment