Skip to content

fix(server): dispatch callbacks and queue events - #856

Open
gijzelaerr wants to merge 1 commit into
masterfrom
fix/server-event-callbacks
Open

fix(server): dispatch callbacks and queue events#856
gijzelaerr wants to merge 1 commit into
masterfrom
fix/server-event-callbacks

Conversation

@gijzelaerr

Copy link
Copy Markdown
Owner

Summary

  • dispatch native-compatible lifecycle, client, read, and write server events
  • deliver events through both callbacks and the pick_event queue
  • make queue access thread-safe and isolate callback failures from the server loop
  • correct the startup event code to evcServerStarted

Validation

  • uv run --frozen pre-commit run --all-files
  • pytest -q (1822 passed, 78 skipped)
  • uv build --no-sources

Addresses #853.

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.

1 participant