Hi Joshua,
Thanks for posting your question on the Q&A portal and providing such detailed info about the issue )) It really helps to understand what's going on.
I see you're experiencing hangs when using a clipboard manager (like CopyQ or CopyLess) with Microsoft Remote Desktop on macos, especially when copying from an Azure Virtual Desktop app to another app. This seems to be related to pasteboard (clipboard) synchronization between the local and remote sessions.
From the stack traces, it looks like the main thread and the pasteboard thread are getting stuck waiting for each other, causing a deadlock. This is a known issue that can happen when third-party clipboard managers interfere with the remote desktop clipboard redirection.
Disable the clipboard manager temporarily Since this seems to be triggered by CopyQ/CopyLess, try quitting the clipboard manager before using Microsoft Remote Desktop. You can check if the issue goes away when the manager isn't running. Use the built-in clipboard sync in Microsoft Remote Desktop Instead of relying on a third-party clipboard manager, you can enable clipboard redirection within the Remote Desktop client. Open Microsoft Remote Desktop. Go to Preferences > General
Make sure Clipboard is checked under Redirected devices.
Update Microsoft Remote Desktop. You mentioned this happens in both Beta and stable versions, but it's still worth checking for updates. Sometimes newer versions include fixes for clipboard-related issues.
Try a different clipboard manager. Some users report that certain clipboard managers (like Paste or Maccy) work better with Remote Desktop. You could test alternatives to see if they cause the same problem. Restart the pasteboard service, if the issue persists, you can try resetting macos's pasteboard service by running this in Terminal
killall pboard
(This will restart the system clipboard service and might resolve temporary freezes.)
The problem occurs because the clipboard manager and Remote Desktop are both trying to access the pasteboard at the same time, leading to a deadlock. Microsoft Remote Desktop uses a separate thread (com.microsoft.rdc.pasteboard) to sync clipboard data between local and remote sessions, and if another app (like a clipboard manager) holds the pasteboard too long, it can cause the app to hang.
If none of these steps help, you might want to report this directly to Microsoft through their feedback hub or support channels. They might have a more specific fix in the works ))
Hope this help and let me know if you need more details.
Best regards,
Alex
P.S. If my answer help to you, please Accept my answer
PPS That is my Answer and not a Comment
https://ctrlaltdel.blog/