Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.0: Can we make the SMTP server use the new Pode sockets layer, rather than TcpClient? #584

Closed
Badgerati opened this issue Jun 28, 2020 · 0 comments · Fixed by #586
Closed

Comments

@Badgerati
Copy link
Owner

Describe the Change

The SMTP server of Pode works, but can have a habit of blocking all threads if a client doesn't QUIT the connection.

With Pode's new socket layer, can we migrate the SMTP server to use this instead - so it can have multiple connections (like web sockets), and auto-QUIT when requested?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant