Search Unity

Android 14600 bytes limit

Discussion in 'Multiplayer' started by ElChapoIII, May 13, 2023.

  1. ElChapoIII

    ElChapoIII

    Joined:
    May 13, 2023
    Posts:
    1
    I'm trying to send some information from PC to cellphone, when I run the program inside unity editor it sends everything alright, however, as soon as I try in android, it only recieves a packet of max 14600 bytes and some times even less, does anyone knows why???
    Here is the recieved info bytes in the logcat debugger:


    Here is in the normal unity debugger, running directly on unity:
     
  2. CodeSmile

    CodeSmile

    Joined:
    Apr 10, 2014
    Posts:
    6,005
    How are you sending? What tech? Code?