@ -573,8 +573,8 @@ class NsmServerControl(object):
ifmsg.oscpath=="/nsm/gui/session/root":
sessionRoot=msg.params[0]
ready=True
else:
logger.warning(f"Waiting for session root from nsmd but got: {msg.oscpath}{msg.params}")
else:
logger.error(f"Waiting for session root from nsmd, but got: {msg.oscpath}with {msg.params}. Adding to queue for later. If the server got started anyway and is reacting to your commands, it is fine for now.")
self._queue.append(msg)
exceptBlockingIOError:#happens while no data is received. Has nothing to do with blocking or not.