Skip to content

Conversation

@dwlee
Copy link
Collaborator

@dwlee dwlee commented Dec 19, 2014

when I prepared 3rd milestone, I fixed some parts.

  • Increase timeout in listener proxy
    In case of using low spec device (ex. nexus 10/ Lollipop), Concert checker occasionally returned MasterInfo message does not receive error. Because low spec device is not enough 4s for receiving message.
  • Addition of Exception handling in onStart function of MasterInfo class.
    The android app using MasterInfo class for checking concert is died if it run in only launched roscore.

@stonier
Copy link
Member

stonier commented Feb 11, 2015

@dwlee Exceptions shouldn't be handled by just returning. You deny the user of the api a chance to see and handle errors himself which makes for very difficult to solve bugs.

Can it be handled above this class? Should it convert the exception to a MasterInfoException as the other methods throw?

@dwlee
Copy link
Collaborator Author

dwlee commented Feb 14, 2015

I updated that MasterInfoException error is thrown when problem is happened

@dwlee
Copy link
Collaborator Author

dwlee commented Jul 16, 2015

I moved this PR to #11 and closed this

@dwlee dwlee closed this Jul 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants