diff --git a/src/packet-io-stream.lisp b/src/packet-io-stream.lisp index 3ff8c86..a79ea58 100644 --- a/src/packet-io-stream.lisp +++ b/src/packet-io-stream.lisp @@ -81,6 +81,11 @@ (with-slots (stream) pio-stream (trivial-gray-streams:stream-finish-output stream))) +(defmethod trivial-gray-streams:stream-force-output + ((pio-stream packet-io-stream)) + (with-slots (stream) pio-stream + (trivial-gray-streams:stream-force-output stream))) + (defmethod trivial-gray-streams:stream-line-column ((pio-stream packet-io-stream)) (with-slots (stream) pio-stream