Home Forums Support At the same time the server and the client use ?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4195
    Anonymous
    Inactive

    hello

    I have a question while using netcomm
    I want to work with a program for the server and client at the same time.
    It is a kind of relay serves

    server (A) <——— my App (B) <———– other App (c)

    When I try to get the currently connected connections,
    It returns all the connections (A) and (C).
    my code here ————–

     Dim k As List(Of Connection) = NetworkComms.GetExistingConnection(ConnectionType.TCP)
               For Each item As Connection In k
                    item.SendObject("line_condition", send_text_msg)
               Next
    

    ————————

    I connected to only (C), sending to the data
    I want to get all the connections associated with the (C).
    How should I just to get the connection associated with the (C)?

    Also things, I bought a netcomm products.
    I want to receive the file download to install.

    I kept you wrote a download link has expired.
    How do I get new download install File?

    • This topic was modified 8 years, 5 months ago by .
    #4201
    Anonymous
    Inactive

    Please forward your original purchase receipt to support@networkcomms.net and I will reply with a download link.

    Marc

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.