Home Forums Support Receive messages without listening

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4127
    Anonymous
    Inactive

    I have a server which listens for and sends messages.
    I have a client who needs sends and receives messages. How to organize two-way communication without listening on the client side ?

    #4129
    Anonymous
    Inactive

    Heya Deeperzone,

    Only the server side needs to listen when using NetworkComms.Net. Once the client connects to a server, the server can keep a reference to the incoming connection and use it to push messages back to the client for the duration of the connection lifetime. If the connection is closed only the client will be able to reinitialise it however.

    Kind regards,
    Marc

    #4133
    Anonymous
    Inactive

    Thanks for reply.

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