Skip to content

Move proxy loop to server#62

Merged
xRookieFight merged 1 commit intomasterfrom
feat/proxyLoop
Feb 21, 2026
Merged

Move proxy loop to server#62
xRookieFight merged 1 commit intomasterfrom
feat/proxyLoop

Conversation

@xRookieFight
Copy link
Copy Markdown
Owner

@xRookieFight xRookieFight commented Feb 21, 2026

Changes

API Changes

  • NetworkSession#info etc. are removed. You can access logger from NetworkSession#getLogger
  • ProxyLoop#sessions is removed. You can access sessions from NetworkSessionManager
  • NetworkSessionManager#sessions key is now sessionId (previously spl_object_id of class)

Misc Changes

  • NetworkSession logger is now a PrefixedLogger
  • ProxyLoop functions merged to ProxyServer

Fixes #41

@xRookieFight xRookieFight requested a review from a team as a code owner February 21, 2026 13:26
@xRookieFight xRookieFight added Priority: Medium Category: Network Related to the internal network architecture Type: BC Break This is breaking the API compatibility labels Feb 21, 2026
@xRookieFight xRookieFight merged commit 056ef3a into master Feb 21, 2026
3 checks passed
@xRookieFight xRookieFight deleted the feat/proxyLoop branch February 21, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Category: Network Related to the internal network architecture Priority: Medium Type: BC Break This is breaking the API compatibility

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Merging ProxyLoop class into ProxyServer

1 participant