Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
communications-backbone communications-backbone
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 25
    • Issues 25
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Metrics
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Communications Backbone System
  • communications-backbonecommunications-backbone
  • Merge requests
  • !19

Merged
Created 2 years ago by Dan Jones@danjonOwner

Resolve "Run subscribes on main thread"

  • Overview 0
  • Commits 2
  • Pipelines 2
  • Changes 1

Closes #39 (closed)

Edited 2 years ago by Dan Jones
  • Dan Jones @danjon changed milestone to %SoAR-2023W09 2 years ago

    changed milestone to %SoAR-2023W09

  • Dan Jones @danjon added Partner::NOC Project::SoAR Status::In Progress Weight::1 labels 2 years ago

    added Partner::NOC Project::SoAR Status::In Progress Weight::1 labels

  • Dan Jones @danjon added 1 commit 2 years ago

    added 1 commit

    • 56bfce42 - fix: run subscribes on main thread

    Compare with previous version

  • Dan Jones @danjon added 1 commit 2 years ago

    added 1 commit

    • 097e1670 - fix: blacken

    Compare with previous version

  • James Kirk @jamki approved this merge request 2 years ago

    approved this merge request

  • Dan Jones @danjon marked this merge request as ready 2 years ago

    marked this merge request as ready

  • Dan Jones @danjon merged 2 years ago

    merged

  • Dan Jones @danjon mentioned in commit 56dd8725 2 years ago

    mentioned in commit 56dd8725

  • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
Please register or sign in to reply
Viewing commit 097e1670
Prev
1 file
+ 1
- 4
Show latest version
    File browser
    Compare changes
  • 097e1670
    Dan Jones
    fix: blacken · 097e1670
    Dan Jones authored 2 years ago
soar_bus.py
+ 1
- 4
  • View file @ 097e1670

  • Edit in single-file editor

  • Edit in Web IDE


Files with large changes are collapsed by default.

Show all unchanged lines Show 20 lines
EXCHANGES.get("publish"),
client["subscription"],
)
subscribe(
f"{client_id}-inbox",
EXCHANGES.get("broadcast")
)
subscribe(f"{client_id}-inbox", EXCHANGES.get("broadcast"))
if client_id not in RUNNING_CLIENTS:
RUNNING_CLIENTS.append(client_id)
running = True
Show 20 lines Show all unchanged lines
Assignee
Dan Jones's avatar
Dan Jones
@danjon
Assign to
0 Reviewers
None
Request review from
SoAR-2023W09
Milestone
SoAR-2023W09 (Past due)
Assign milestone
None
Time tracking
No estimate or time spent
4
Labels
Partner::NOC Project::SoAR Status::In Progress Weight::1
Assign labels
  • No matching results
  • Manage project labels
Lock merge request
Unlocked
2
2 participants
user avatar
user avatar
Reference:
Source branch: 39-run-subscribes-on-main-thread

    0 pending comments