mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-01 20:05:43 +03:00
try uuid4 in case there is an issue with uuid1's sequence number (#1317)
Co-authored-by: Bill Blanke <wjb2002@flex.com>
This commit is contained in:
parent
7289a6bedf
commit
e6bdee5b05
@ -555,7 +555,7 @@ class WebSocketServer:
|
||||
queue = request.get("queue", "default")
|
||||
|
||||
for k in range(count):
|
||||
id = str(uuid.uuid1())
|
||||
id = str(uuid.uuid4())
|
||||
config = {
|
||||
"id": id,
|
||||
"size": size,
|
||||
|
Loading…
Reference in New Issue
Block a user