Agoo::Server.init(6464, 'root', bind: 'http://localhost:4242')
(irb):8:in `init': http bind address is not valid. (localhost:4242) (ArgumentError)
from (irb):8:in `<main>'
from /home/noraj/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/irb-1.6.2/exe/irb:11:in `<top (required)>'
from /home/noraj/.asdf/installs/ruby/3.2.2/bin/irb:25:in `load'
from /home/noraj/.asdf/installs/ruby/3.2.2/bin/irb:25:in `<main>'
Agoo::Server.init(6464, 'root', bind: 'localhost:4242')
(irb):9:in `init': \xE0\x94\xC4#\xFF bind address is not valid. (localhost:4242) (ArgumentError)
from (irb):9:in `<main>'
from /home/noraj/.asdf/installs/ruby/3.2.2/lib/ruby/gems/3.2.0/gems/irb-1.6.2/exe/irb:11:in `<top (required)>'
from /home/noraj/.asdf/installs/ruby/3.2.2/bin/irb:25:in `load'
from /home/noraj/.asdf/installs/ruby/3.2.2/bin/irb:25:in `<main>'
localhost
is crashing as bind addressbut
127.0.0.1
works.