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
With the upgrade to MQTT we got rid of the RSBScope type and use our proto type everywhere. We should make sure that every time this scope is used in Strings, we use the ScopeProcessor.genererateStringRep method, since the raw to string method produces a multi-line string.
Example where this needs to be fixed:
With the upgrade to MQTT we got rid of the RSBScope type and use our proto type everywhere. We should make sure that every time this scope is used in Strings, we use the
ScopeProcessor.genererateStringRep
method, since the raw to string method produces a multi-line string.Example where this needs to be fixed:
jul/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractControllerServer.java
Line 1249 in 93af28e
Example where it is correctly used:
jul/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractRemoteClient.java
Line 1717 in 93af28e
The text was updated successfully, but these errors were encountered: