Problem/Motivation
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork paragraphs-3562990
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
berdirComment #4
berdirComment #6
berdirMerged.
Comment #9
kenwest commentedMy apologies for going off-topic, but I may have a similar issue. Did the Fiber-related failure you experienced give a message like ...
I'm having an issue with the Domain module and noticed your fix to line 42 of modules/paragraphs_library/src/LibraryItemAccessControlHandler.php in commit 23751df4359fdf88769104bd843dbea9509bf651 was very similar to the code that I'm having trouble with: line 117 of domain_source/domain_source.module. And when I step through the code in my IDE, the failure is associated with the Fiber being suspended and resumed.
If my problem is analogous to yours, could you offer pointers? Eg how does your change fix the problem?
Thanks for your attention!
Comment #10
kenwest commentedThanks for the pointer - applying an analogous change to the Domain module prevented the warning (see links in my previous comment).
Is this a general issue with Fibers?