Replies: 1 comment 2 replies
-
@phj0407 Great Idea! 👍
Please show me your code! 👍 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As - Is
While I apply Euphony library for sample app project, I find using one more object can cause malfunciton. I think applying singleton pattern to EuRxManager can prevent potential issue.
To-Do
Now, EuRxManager have 3 constructor.
I think
public EuRxManager()
,public EuRxManager(EuOption.ModeType mode)
can be combined. And initializingnativeCore
can be solved seperately by add new method.Beta Was this translation helpful? Give feedback.
All reactions