mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Use a fully random async_id rather than a uuid
This commit is contained in:
@@ -39,7 +39,7 @@ func create_rc_CMD_NAME(args []string) (*utils.RemoteControlCmd, error) {
|
||||
NoResponse: NO_RESPONSE_BASE,
|
||||
}
|
||||
if IS_ASYNC {
|
||||
async_id, err := utils.HumanUUID4()
|
||||
async_id, err := utils.HumanRandomId(128)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user