tokcum opened a new pull request #2539:
URL: https://github.com/apache/thrift/pull/2539


   Client: rs
   
   The Thrift crate does not support Unix Domain Sockets (UDS). After reviewing 
and expressing my thoughts on THRIFT-3877, I added support for UDS.
   
   This is not a breaking change. Inspired by how actix_web::HttpServer 
supports UDS, I added an additional fn to listen to UDS. I reorganized some 
other existing code to be able to reuse it for UDS. I also had to implement the 
trait TIoChannel for UnixStream. This went to transport::socket.
   
   As UnixStream is only available on Unix, I tagged the code with 
#[cfg(unix)]. However, I was not able to test the build on Windows. I hope for 
the CI to detect any build issues on Windows.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to