Can Worker service as windows service handle multiple requests from multiple clients in .net core?

L

Lakshmi S G

HI We have a windows service with TCP listener from .net 2 version. But according to the requirement I have rewritten it like a background service with Worker service template in .net Core. The TCP client can send multiple requests from various clients. But our new service in .net core is not able to accept multiple requests from multiple clients. That means its taking request from one client and giving back the response and its accepting next and so on from same client but not accepting requests from other clients. Please help. This is not the case with windows service in .net 2.0. It can ha

Continue reading...
 

Similar threads

Back
Top Bottom