Skip to content

Duplicate socat processes causing connection instability on Flatpak/Bazzite #74

@bvnderb

Description

@bvnderb

System: Bazzite (immutable Fedora-based), KDE Wayland
StreamController version: Latest (running on end-of-life GNOME 48 runtime)
Discord: Flatpak version

Issue:
StreamController repeatedly spawns new socat processes without killing existing ones, causing duplicate IPC connections that result in delayed or completely unresponsive Discord actions (deafen, mute, etc).

To reproduce:

  1. Set up StreamController with Discord plugin on Flatpak
  2. Use Discord actions for a while
  3. Run: lsof $XDG_RUNTIME_DIR/discord-ipc-0
  4. Multiple socat processes will be visible, all connected to the same socket

Expected: One socat process managing the IPC bridge
Actual: Multiple socat processes accumulate over time causing instability

Workaround: Manually killing duplicate socat processes with pkill -f socat
temporarily restores functionality but duplicates reappear over time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions