Replies: 2 comments 13 replies
This comment was marked as off-topic.
This comment was marked as off-topic.
-
@rgillan can you file an issue and we will implement an option for this somehow |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just wondering if there was a way we can activate tcp keepalive on socket connections. In nodejs we can simply:
socket.setKeepAlive(true, 10000);
but not sure if anything like this is possible with Bun.serve.
Beta Was this translation helpful? Give feedback.
All reactions