Fix ReturnValue for InterceptSynchronous#205
Fix ReturnValue for InterceptSynchronous#205PMExtra wants to merge 2 commits intoJSkimming:masterfrom
Conversation
|
Hi @PMExtra, I don't know what problem is resolved by this. Can you explain further? Please provide tests that demonstrate the issue and how the change fixes it. Generally, a transition from async to sync is fraught and best avoided. |
|
We have But we ignored the |
|
That means we cannot modify the return value for synchronous methods. |
|
@PMExtra Can you provide tests as part of your changes that demonstrate the issue? |
|
It is also fixed if we want to change the original return value for the synchronous method. |
|
@PMExtra, thank you for this. I understand the issue better now. I still want to give this further investigation, and I won't be able to do that for a couple of weeks. I'll be returning to this when I can. |



No description provided.