# Using the Sockets Library

**URL:** https://discourse.julialang.org/t/using-the-sockets-library/60448
**Category:** General Usage
**Created:** [May 3, 2021, 5:57am UTC](https://discourse.julialang.org/t/using-the-sockets-library/60448 "2021-05-03T05:57:28Z")
**Posts on this page:** 1
**Showing post:** 11

<div class="post-metadata">

### Author: ![ligert123](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ligert123/32/24682_2.png) [@ligert123](https://discourse.julialang.org/u/ligert123)
#### Post date: [May 6, 2021, 4:43am UTC](https://discourse.julialang.org/t/using-the-sockets-library/60448/11 "2021-05-06T04:43:52Z")

</div>

Thanks for the improvement, ill add it in right away.  
But what would happen if a large amount of data was sent in multiple packets? Couldnt it read while stuff is still being sent and miss the end of the message?  
Also are you saying i should be calling ccall(:uv\_shutdown) after my write code? Or is it fine with the higher level library?

---

_[View the full topic](https://discourse.julialang.org/t/using-the-sockets-library/60448)._
