I had the IDE Comm Tester app running and when I switched to the IDE and analyzed some code, the tester app received the full list of warning and errors without asking for it.
I know practically nothing about IPC sockets - is this expected behavior?
I had the IDE Comm Tester app running and when I switched to the IDE and analyzed some code, the tester app received the full list of warning and errors without asking for it.
I know practically nothing about IPC sockets - is this expected behavior?
Yup
This is why I launch individual instances of the IDE for specific tasks.
in my app to connect to xojo to get list of errors as text
(here : Xojo AI Comm - verynicesw)
I have the same problem and I have to filter what comes back from xojo ide
even then I still have some messages that get through the filter …
Every response you get from a request you send will have the tag that you send. If the tag doesn’t match anything you’ve sent, ignore it.
I was wondering about that… The unsolicited response has the same tag as a previously sent request. So that doesn’t seem right…
That’s a bug, but a good reason to make them change.