Hi Devs,

This is  just a heads up. Due to some recent changes in Synapse now every
time a new Endpoint is created it has to be explicitly initialized by
calling the init method. Otherwise things might not work as expected. This
was the cause of the recent issue with the dynamic load balance code
(SYNAPSE-488). DynamicLoadbalanceEndpoint creates a new Endpoint every time
it needs to forward a message to a node. But unless the init method is
called on the Endpoint it will not work as expected.

Thanks

Best Regards,
Hiranya

Reply via email to