Are there any disadvantages to having multiple nodehandles?

asked 2016-07-14 09:27:58 -0500

moates gravatar image

updated 2016-07-14 09:32:58 -0500

Expensive? Less control?

I'm writing a node that starts a subscriber from a service callback, and the easiest way seems to be to just start a new node handle (or create a scoped pointer to the handle). Is there any reason not to?

edit retag flag offensive close merge delete