mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00:00
Added rid to Conn interface (#1513)
This commit is contained in:
parent
b1c59d7231
commit
fda604ff05
2 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@ testPerm({ net: true }, async function netDialListen() {
|
|||
assertEqual(1, buf[0]);
|
||||
assertEqual(2, buf[1]);
|
||||
assertEqual(3, buf[2]);
|
||||
assert(conn.rid > 0);
|
||||
|
||||
// TODO Currently ReadResult does not properly transmit EOF in the same call.
|
||||
// it requires a second call to get the EOF. Either ReadResult to be an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue