05-28-2020 01:13 PM
I am using network streams to allow one LV application to communicate with two other LV applications. I can connect and communicate with either application, but only one at a time. When I try to connect to the second application while the first is still connected, I get a -314004 error. I have a one second time out and increasing it makes no difference.
Any suggestions?
05-28-2020 01:23 PM
Are you using different endpoint names on your main application?
05-28-2020 02:05 PM
The one LV application is talking/conncecting to two LV applications that have the same name.
05-28-2020 04:26 PM
YES! The application names must be different.
05-29-2020 07:07 AM
@dpatch wrote:
YES! The application names must be different.
I wasn't talking about application names. I was referring to the endpoint names within your server program. You also need to make sure each of the other applications are trying to connect to the right endpoints on the server program.