diff options
author | Teddy Wing | 2021-02-08 19:47:23 +0100 |
---|---|---|
committer | Teddy Wing | 2021-02-08 19:47:23 +0100 |
commit | 0e5b812eaedbf72e76bb041ac7a1fbff769b3f25 (patch) | |
tree | e72d2783da9e9cc7c168b56858672b52ff58b401 /l/src/call-id.lisp | |
parent | 9b3a52ec8d6281afab935cdb599c9adae8e1258c (diff) | |
download | extreload-0e5b812eaedbf72e76bb041ac7a1fbff769b3f25.tar.bz2 |
Try reloading active tab after reloading all extensions
Trying to set up the reload on the active tab after all extensions are
reloaded. It's only working half the time and I can't figure out what
I'm doing wrong. Something wrong with the wait group I think.
Committing what I have and might try other ideas.
Diffstat (limited to 'l/src/call-id.lisp')
-rw-r--r-- | l/src/call-id.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/l/src/call-id.lisp b/l/src/call-id.lisp index bf0bcec..40bcadc 100644 --- a/l/src/call-id.lisp +++ b/l/src/call-id.lisp @@ -3,6 +3,7 @@ (defclass call-id () ((id :initform 0 + :reader id :documentation "Current call ID."))) (defgeneric next-call-id (call-id) |