I found that after last Discord upgrade (yesterday) the application is very unstable.
It freeze during a call or after some time writing in the chat. For writing in a chat, the freeze is for 5 minutes or longer…
I’ve downgraded it now with:
sudo pacman -U /var/cache/pacman/pkg/discord-0.0.87-1-x86_64.pkg.tar.zst
Will see if it work as expected again. Hope this helps other ones who may have this issue.
Appendix
Found that discord 0.87.0 have same issue, so discord isn’t the main cause of it.
If you start discord in CLI, you find this error if the freeze appear:
(discord:74772): libnotify-WARNING **: 17:20:13.884: Failed to connect to proxy
[74772:0318/172038.909149:ERROR:libnotify_notification.cc(50)] notify_notification_show: domain=292 code=24 message=“Fehler beim Aufruf von StartServiceByName für org.freedesktop.Notifications: Zeitüberschreitung wurde erreicht”
17:21:13.898 › [Flux] Slow dispatch on MESSAGE_CREATE: 138643.90000000037ms
17:21:14.078 › [GatewaySocket] Setting connection state to WILL_RECONNECT
17:21:14.078 › [GatewaySocket] [WS CLOSED] (false, 1000, ) retrying in 1.97 seconds.(discord:74772): libnotify-WARNING **: 17:21:39.129: Failed to connect to proxy
(discord:74772): libnotify-WARNING **: 17:22:13.902: Failed to connect to proxy
So it seems some kind of libnotify issue at least?!?