9 ms·
Device id and user ids are non unique?
by pylua 3y ago
Device id and user ids are non unique?
- mistrial9 3y agohash collisions?
- avg_dev 3y agoThis sounds like a pretty decent guess to me. I bet you are right.
- NathanKP 3y agoI'd bet it's this, plus something even stupider like hashing a connection timestamp millisecond as the "uniqueness" of the hash. I've seen a lot of terrible code implementations that assume that there will never be two clients connecting in the exact same millisecond