You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2025. It is now read-only.
I believe that when using the radio_address config option in myceli, that communications with hypahe will be broken. By setting radio_address, myceli will send all (or nearly all) responses to the configured address, including responses to requests sent by hyphae.
My suggestion for working through this is to implement the multi-listener setup in #47, which will allow for a dedicated radio listener routing all responses to the radio, and a general listener which responds back to the sending address (useful for controller and hyphae interactions).
I believe that when using the
radio_addressconfig option inmyceli, that communications withhypahewill be broken. By settingradio_address,myceliwill send all (or nearly all) responses to the configured address, including responses to requests sent byhyphae.My suggestion for working through this is to implement the multi-listener setup in #47, which will allow for a dedicated radio listener routing all responses to the radio, and a general listener which responds back to the sending address (useful for
controllerandhyphaeinteractions).