socketry / async-io

Concurrent wrappers for native Ruby IO & Sockets.
MIT License
209 stars 28 forks source link

Documentation incomplete for `Async::IO::Endpoint` methods #59

Open postmodern opened 1 year ago

postmodern commented 1 year ago

The arguments/keyword arguments for the Async::IO::Endpoint class methods is missing. This is preventing me from figuring out how to create a remote TCP/UDP connection with a specific bind-port and bind-address.