1
0
Fork 0

- preventd program to hang when a file is created or deleted using

kami.

  When a file  was created and deleted and the  kami window was closed
  the program stopped responding if the  user tried to open a new kami
  address.
This commit is contained in:
cage 2022-04-15 12:38:38 +02:00
parent a6306349a9
commit b54601ff48
1 changed files with 3 additions and 0 deletions

View File

@ -193,6 +193,9 @@
(defun generate-filesystem-window-handlers (path host port
query fragment
client-certificate client-key)
(setf 9p:*tag* 8)
(setf 9p:*fid* 1)
(setf 9p:*messages-sent* '())
(with-open-ssl-stream (stream socket host port client-certificate client-key)
(let* ((*stream* stream)
(*root-fid* (9p:mount *stream* "/")))