good morning!!!!

Skip to content

fix tcp dialer

Garet Halliday requested to merge fix-tcp into master

for the normal jrpc.DialContext, it passes the whole url. net.ResolveTCPAddr only expects the host:port, so just pass that

Merge request reports