[J2SE client stuff - and I haven’t really read the documentation as thoroughly as I should have]
I wondered if there was a reason when identifying a user on the server I get a nice wrapped UserID object but on the client I get a byte[] array?
It’d seem nicer in my head to get a typed object back that I can use as a hash keys easily etc.
Kev