Skip to content

feat: add unix socket support to deltachat-rpc-server#7708

Closed
Simon-Laux wants to merge 7 commits intohpk/rpc-pipesfrom
simon/i7545-unix-sockets
Closed

feat: add unix socket support to deltachat-rpc-server#7708
Simon-Laux wants to merge 7 commits intohpk/rpc-pipesfrom
simon/i7545-unix-sockets

Conversation

@Simon-Laux
Copy link
Copy Markdown
Member

@Simon-Laux Simon-Laux commented Jan 11, 2026

Progress

  • basic implementation
  • handle shutdown correctly: delete socket file again
    • we could also join tokio tasks, but it seems to work fine already without that)
  • write a python client class
  • write a test for it in python
  • fix issues of the python class (looks like it either doesn't work at all, hangs or never exits)
  • dedicated pr: different event queue for each new client
    • (but first connections/client should get all previous events)
  • rebase after feat: allow to connect a python rpc-client to an rpc-server via a unix FIFO file instead of subprocess #7535 is merged

closes #7545

@Simon-Laux Simon-Laux added the enhancement New feature or request label Jan 15, 2026
@github-project-automation github-project-automation Bot moved this to Closed PRs & Issues in Project Resurrection 🧟 Mar 27, 2026
@link2xt link2xt closed this Mar 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Closed PRs & Issues

Development

Successfully merging this pull request may close these issues.

2 participants