mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
rs: Run hooks, methods and notification handlers in tokio tasks
Changelog-Changed: cln-plugin: Hooks, notifications and RPC methods now run asynchronously allowing for re-entrant handlers
This commit is contained in:
committed by
ShahanaFarooqui
parent
db3707f957
commit
f69da84256
@@ -249,10 +249,6 @@ def test_grpc_wrong_auth(node_factory):
|
||||
stub.Getinfo(nodepb.GetinfoRequest())
|
||||
|
||||
|
||||
@pytest.mark.xfail(
|
||||
reason="Times out because we can't call the RPC method while currently holding on to HTLCs",
|
||||
strict=True,
|
||||
)
|
||||
def test_cln_plugin_reentrant(node_factory, executor):
|
||||
"""Ensure that we continue processing events while already handling.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user