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

close, resume, suspend waits for listen #157

Merged
merged 2 commits into from
Jan 5, 2024

Conversation

mafintosh
Copy link
Contributor

No description provided.

@@ -54,12 +58,14 @@ module.exports = class Server extends EventEmitter {
this.emit('connection', encryptedSocket)
}

suspend () {
async suspend () {

This comment was marked as resolved.

This comment was marked as resolved.

@mafintosh mafintosh merged commit 5d5c9ff into main Jan 5, 2024
4 checks passed
@mafintosh mafintosh deleted the close-and-suspension-waits-for-listen branch January 5, 2024 10:31
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