Skip to content

refactor(server): merge announce + udpbcast into announcer.py#163

Merged
anderslindho merged 1 commit into
masterfrom
refactor/merge-udp-announcer
May 13, 2026
Merged

refactor(server): merge announce + udpbcast into announcer.py#163
anderslindho merged 1 commit into
masterfrom
refactor/merge-udp-announcer

Conversation

@anderslindho
Copy link
Copy Markdown
Contributor

The two files were small, always imported together, and split a single UDP subsystem across two modules. Merging them into announcer.py (named after the main class) also removes the name shadow with protocol/announce.py.

SharedUDPServer was never imported anywhere and is dropped.

The two files were small, always imported together, and split a single
UDP subsystem across two modules. Merging them into announcer.py (named
after the main class) also removes the name shadow with
protocol/announce.py. SharedUDPServer was never imported anywhere and
is dropped.
@anderslindho anderslindho force-pushed the refactor/merge-udp-announcer branch from 87818d7 to 8cf832c Compare May 13, 2026 12:26
@sonarqubecloud
Copy link
Copy Markdown

@anderslindho anderslindho merged commit 2d0a77c into master May 13, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants