Search Unity

Post notification when socket event is received

Discussion in 'Multiplayer' started by Dreeka, Nov 25, 2019.

  1. Dreeka

    Dreeka

    Joined:
    Jul 15, 2010
    Posts:
    507
    Hello,

    I am trying to create an app, where Unity listens on a TCP socket, and if a TCP message has been received, it processes the message and posts a notification. This should work even if the app is in the background. Can this be done with Unity?

    Thanks,
    Akos