Skip to content

1.10: Also update _port_number

Valentin Valls requested to merge fix-exposed-beacon-address into 1.10.x

Closes #3788 (closed)

The client always initialize Connection as Connection(), so host and port and always None.

As result port_number is always None.

As result get_address generate machine:None.

As result Flint became stuck.

This PR update the port_number together with the port at the discovery stage.

Related to !5429 (merged), FYI @denolf in case it is not enough at BM02?

This stuck many beamlines, so i really suggest to merge it now.

Merge request reports