labscript-suite / blacs

𝗯𝗹𝗮𝗰𝘀 supervises the execution of experiments controlled by the 𝘭𝘢𝘣𝘴𝘤𝘳𝘪𝘱𝘵 𝘴𝘶𝘪𝘵𝘦. It manages experiment queuing and hardware-timed execution, and provides manual control over devices between shots.
http://labscriptsuite.org
Other
4 stars 48 forks source link

Correctly parse ipv6 host:port for remote workers #91

Closed chrisjbillington closed 1 year ago

chrisjbillington commented 2 years ago

IPv6 addresses contain colons, so we need to split only on the last colon.

Zprocess currently has ipv6 disabled by default, but it will be enabled in the next release.

dihm commented 1 year ago

Simple fix that should have been merged a while ago. I'll go ahead and merge now.