From e79953ff093c0518975111c69d16e97ccf966e20 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Mon, 15 Apr 2024 12:21:27 +0200 Subject: fix keeper state stack accumulating garbage in case of transfer errors --- tests/deadlock.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/deadlock.lua') diff --git a/tests/deadlock.lua b/tests/deadlock.lua index 73d7ccb..c85d99f 100644 --- a/tests/deadlock.lua +++ b/tests/deadlock.lua @@ -1,7 +1,7 @@ -- this script tests the fix of a bug that could cause the mutex of a keeper state to remain locked -- see https://github.com/LuaLanes/lanes/commit/0cc1c9c9dcea5955f7dab921d9a2fff78c4e1729 -local lanes = require('lanes').configure() +local lanes = require('lanes').configure{with_timers=false} local linda = lanes.linda "deadlock_linda" print "let's begin" -- cgit v1.2.3-55-g6feb