Hi Alex,
thank you for your fast reply and sorry for the confusing question.
I think the second type would be the right for my application (two-way asynchronous communication EBC)
I have a windows program running as a windows service on a separate machine which should act as server process. This programm should always hold the coummunication. One or more clients (from other machines) should be able to connect to the server machine, sending a request and getting a response from the server process.
I tried the MiniChat sample and modified a little bit. (I put the server part in the console application and connected with 2 client against the server. This worked. But after about 2-5 minutes the connection in the server part was broken. Perhaps i missed something??? I used the newest nuget package to build the project.)
I want the server only respond to the requesting client.
I hope this is not so confusing.
Thanks a lot.
Regards, Jens.
thank you for your fast reply and sorry for the confusing question.
I think the second type would be the right for my application (two-way asynchronous communication EBC)
I have a windows program running as a windows service on a separate machine which should act as server process. This programm should always hold the coummunication. One or more clients (from other machines) should be able to connect to the server machine, sending a request and getting a response from the server process.
I tried the MiniChat sample and modified a little bit. (I put the server part in the console application and connected with 2 client against the server. This worked. But after about 2-5 minutes the connection in the server part was broken. Perhaps i missed something??? I used the newest nuget package to build the project.)
I want the server only respond to the requesting client.
I hope this is not so confusing.
Thanks a lot.
Regards, Jens.