Skip to content

feat: add try from std tcp stream for tcp stream to allow it to be created in...

Bogdan Berezovskiy requested to merge tcp-from-std into master

Summary

Now there is no opportunity to create tcp::TcpStream without blocking TX thread, and also there is no available API to create tcp::TcpStream from already existing std::TcpStream.

This minor modification allows us to implement both of these functionalitiesю

Merge request reports