You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
You will need to remember to call #close on the server when you are done. To avoid this, the .open method accepts a block and auto-closes the server when it completes:
Socketry::TCP::Server.open("localhost",12345)do |server|
...
end