Closed JensAhrens closed 1 year ago
You should also change this in the HTML test client, see:
And it turns out that there is a bug in the FUDI client which you copied (a missing space character). This would probably be a good opportunity to fix this.
You mean the blank space in the FUDI subscriber that I removed?
I though that it was a mistake that it was there in the first place. So I removed it. Should I put it back?
How do the generated FUDI messages look like?
Since the internal API hasn't yet been in an SSR release, we can still change the names if we want.
I think the "name" was previously meant to be used for both finding out the renderer type and its display in a user interface.
I think two separate strings (as suggested in this PR) are better, but we can probably find better names ...
What about name
and type
?
This would also fit with the --name
command line option, which could then set the "name", while the "type" would be hard-coded.
We can also still change those hard-coded strings if you like.
But we can of course do all this in a separate PR, if you prefer.
This helps keeping orientation if more than one SSR instance is running.