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
problem is caused by services that have 2 names and are currently forced to follow a pattern that Is not always the wanted one.
NOTE: The SDK currently assumes that the host name is a derivative of the module name in which the service's client is declared which is fine for a default but should be configurable
The text was updated successfully, but these errors were encountered:
Each service should be able to have its own individual configuration.
Revisit: https://github.com/rails-on-services/ros/blob/master/lib/sdk/lib/ros_sdk/sdk.rb#L71-L92
problem is caused by services that have 2 names and are currently forced to follow a pattern that Is not always the wanted one.
NOTE: The SDK currently assumes that the host name is a derivative of the module name in which the service's client is declared which is fine for a default but should be configurable
The text was updated successfully, but these errors were encountered: