NoFlo input ports are implicitly non buffered : https://github.com/noflo/noflo/blob/master/src/lib/InPort.coffee#L17 But using WirePattern implicitly buffers the data of the port. Shouldn't WirePattern respect the config of the port?