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
In order to make OSCMessage an immutable object (all fields final), while still having a comfortable way to create messages, we could simply use the builder pattern, like in OSCPortInBuilder.java
Good afternoon @hoijui is this issue still necessary to be implemented? I'd like to contribute with the project and I think it will be good to start with it. If you believe it's not necessary, I'd like to know if you recommend another one :) Thanks in advance!
If @hoijui is interested on further development, all is fine. Only the merge of existing pull requests is an open task.
I at least made 2 pull requests to see if a further contribution makes sense here.
But if he is no more interested, it would be fair to give an additional maintainer the power to merge, because the community is at least interested.
Let's see, if we get an answer....
In order to make OSCMessage an immutable object (all fields final), while still having a comfortable way to create messages, we could simply use the builder pattern, like in OSCPortInBuilder.java
This is related to the concurrency issue #4.
The text was updated successfully, but these errors were encountered: