method Deno.DatagramConn.receiveDatagramConn.receive(p?: Uint8Array): Promise<[Uint8Array, Addr]>DeprecatedWaits for and resolves to the next message to the instance. Messages are received in the format of a tuple containing the data array and the address information. Parametersoptionalp: Uint8ArrayReturn TypePromise<[Uint8Array, Addr]>