Method: ContentServer::FileStreamer#abort_streaming
- Defined in:
- lib/content_server/file_streamer.rb
#abort_streaming(checksum) ⇒ Object
69 70 71 72 |
# File 'lib/content_server/file_streamer.rb', line 69 def abort_streaming(checksum) @stream_queue << [:ABORT_STREAM, checksum] $process_vars.set('File Streamer queue', @stream_queue.size) end |