Closed roznawsk closed 2 months ago
Using the current subscribe/4 function can sometimes cause deadlock. This happens when the Engine is currently in the process of linking the Endpoint to other elements, and at the same time the Endpoint subscribes for some track.
subscribe/4
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 54.87%. Comparing base (eb8f97d) to head (4f4bf95). Report is 1 commits behind head on master.
eb8f97d
4f4bf95
Using the current
subscribe/4
function can sometimes cause deadlock. This happens when the Engine is currently in the process of linking the Endpoint to other elements, and at the same time the Endpoint subscribes for some track.