# Connect to streams via uv

**URL:** https://discourse.julialang.org/t/connect-to-streams-via-uv/26004
**Category:** Internals & Design
**Created:** [July 4, 2019, 7:57am UTC](https://discourse.julialang.org/t/connect-to-streams-via-uv/26004 "2019-07-04T07:57:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Kane](https://avatars.discourse-cdn.com/v4/letter/k/76d3ee/32.png) [@Kane](https://discourse.julialang.org/u/Kane)
#### Post date: [July 4, 2019, 7:57am UTC](https://discourse.julialang.org/t/connect-to-streams-via-uv/26004/1 "2019-07-04T07:57:35Z")

</div>

Hello,  
I am trying to connect our frontend to Julia via the provided uv streams (JL\_STOUT,…). The goal is to receive all outputs and show them in our own terminal. However when calling uv\_is\_readable it returns 0. Also uv\_read\_start returns 0 when connecting to the streams. But when Julia is generating output the callbacks are called and I also receive the right buffers. But it feels wrong to ignore the return values. Do I might miss something?

Thanks,  
Kane
