Pushes bytes to the connection's input stream as if received.
bytes
void deliver(List<int> bytes) { if (_closed) return; _incoming.add(Uint8List.fromList(bytes)); }