Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gajim gajim
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 177
    • Issues 177
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • gajim
  • gajimgajim
  • Merge requests
  • !677

Closed
Created Aug 11, 2020 by eta@eta
  • Report abuse
Report abuse

Run GTK main loop in between incoming stanzas

  • Overview 6
  • Commits 1
  • Pipelines 1
  • Changes 1
  • This prevents 30-60 second lockups when starting gajim while the main thread is processing large numbers of incoming stanzas and not yielding to the GTK main loop at all.
  • This is done by explicitly running the main loop after a stanza is received, if there are events pending.

(Empirically, this makes gajim actually usable on my machine, whereas current master is pretty bad lockup-wise after startup/reconnection...)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: eta/gotta-go-fast