Stop relaying on errors#49
Conversation
|
Hi @pavelvasev, thank you very much for the pull request. Can you elaborate a bit more on the issue you're facing, and how to reproduce it? I'd like to better understand what the current problem is and why it occurs. Thanks! |
|
Hi @colinbdclark ! Thank you for your fast response. Please consider an example:
|
|
Okay, thanks. I think I understand this issue more clearly now. So, with Node.js EventEmitters (including Shouldn't your code be listening for errors in the ports you're relaying and responding appropriately? (i.e. by trying to reestablish the connection or by tearing down the relay and showing the user an error message?) Or, put differently, shouldn't the osc.js examples also be doing this? My bad. The factoring of So, in this case, I think we should be registering Does this make sense? And if so, do you want to go ahead and make the appropriate changes to your pull request? Thanks again! |
No description provided.