rotty3000 commented on pull request #48: URL: https://github.com/apache/felix-dev/pull/48#issuecomment-811134781
👍 On Wed, Mar 31, 2021 at 10:53 AM Amit Kumar Mondal ***@***.***> wrote: > @rotty3000 <https://github.com/rotty3000> What I noticed earlier that if > I start a local Felix runtime in Eclipse with Gogo and simultaneously > connect the runtime using Telnet, all commands executed in the Telnet > console get captured by ThreadIO, and the execution result gets > dispatched to all available streams. The result gets displayed not only on > the Telnet console but also on the Eclipse IDE console. In my opinion, the > result should not have been displayed in IDE if the command is executed on > Telnet and vice versa. This is why, after discussing with @pkriens > <https://github.com/pkriens>, it has been decided that it would have > great to disable the use of ThreadIO on demand which @pkriens > <https://github.com/pkriens> accomplished in this PR by introducing the > SystemIO service. In my scenario, I just needed to export a custom > implementation of SystemIO with the framework property > org.apache.felix.gogo.systemio.timeout set to a proper timeout value > (i.e. 20000 milliseconds). > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/felix-dev/pull/48#issuecomment-811130501>, or > unsubscribe > <https://github.com/notifications/unsubscribe-auth/AABD2TGBSXU3RAT4JSJL3H3TGMZNNANCNFSM4RG7RW3A> > . > -- *Raymond Augé* ***@***.***) Senior Software Architect *Liferay, Inc.* (@Liferay) OSGi Fellow -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
