WhatsAppNETClient / WhatsAppNETClient2

32 stars 23 forks source link

Using Application via network share #1

Closed SohilAhmed closed 2 years ago

SohilAhmed commented 3 years ago

I've tried to use the Application via a network shared folder, on StartUp form app just helds up On "Wait" and doesn't move to next step. Works perfect on Local system though, need some work on Network Shaded folder and even if Folder is accessed by using network shaded path on Local computer app doesn't connect.

k4m4r82 commented 3 years ago

What folder do you want to share? And what will you do with this?

SohilAhmed commented 3 years ago

In order to add this SDK to an existing project I need to Share this over the Network. Using one single Server and login (QR scan), multiple users would be able to send files and text.

SohilAhmed commented 2 years ago

Hello is there any update to this Issue???

WhatsAppNETClient commented 2 years ago

It's not a bug, so it really can't be done. You have to use another approach. Examples like this:

arsitektur

So you create two separate applications, a server and a client that communicate using the socket or websocket protocol. The server application is responsible for communicating with WhatsApp