summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-11-22 16:57:26 +0100
committerAndreas Fankhauser hiddenalpha.ch2023-11-22 16:57:26 +0100
commitbd0686736ca44c79ef65d89354e9c2c38487777e (patch)
tree3b284f76c67e5f0a135cda4e60dbe49d106dfad7
parent5726bea2ae263cf670d1419aa0cc05a2f6ea7a91 (diff)
downloadUnspecifiedGarbage-bd0686736ca44c79ef65d89354e9c2c38487777e.zip
UnspecifiedGarbage-bd0686736ca44c79ef65d89354e9c2c38487777e.tar.gz
ListEmlInbox.lua still crashes scriptlee
-rw-r--r--src/main/lua/mshitteams/ListEmlInbox.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/lua/mshitteams/ListEmlInbox.lua b/src/main/lua/mshitteams/ListEmlInbox.lua
index 33bc877..fca7b9c 100644
--- a/src/main/lua/mshitteams/ListEmlInbox.lua
+++ b/src/main/lua/mshitteams/ListEmlInbox.lua
@@ -5,7 +5,9 @@
--
-- TODO: scriptlee 0.0.5-83-gdffa272 seems to SEGFAULT constantly here. No
-- matter if we use socket or newHttpClient.
---
+-- TODO: scriptlee 0.0.5-87-g946ebdc crashes through assertion:
+-- Assertion failed: cls->msg.connect.sck->vt->unwrap != NULL, file src/windoof/c/io/AsyncIO.c, line 421
+--
local SL = require("scriptlee")
local newHttpClient = SL.newHttpClient