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
While implementing the LiveView rendering LiveView capability in LiveView Native I've had to add the LVN ClientProxy when a child LiveView is being connected to the connect_parms of _format and _interface from the client need to be added.
I'm actually not certain if it would be connect_params or params in LVN Core but similar to how we send the _format and _interface params when establishing the LiveView socket connecton it should use the same params for child LiveView socket connections
The text was updated successfully, but these errors were encountered:
While implementing the LiveView rendering LiveView capability in LiveView Native I've had to add the LVN ClientProxy when a child LiveView is being connected to the connect_parms of
_format
and_interface
from the client need to be added.I'm actually not certain if it would be
connect_params
orparams
in LVN Core but similar to how we send the_format
and_interface
params when establishing the LiveView socket connecton it should use the same params for child LiveView socket connectionsThe text was updated successfully, but these errors were encountered: