d-smirnov opened a new pull request #7953:
URL: https://github.com/apache/tvm/pull/7953


    Removed forcing IPv4 protocol from python RPC server implementation
   to be in correspondence with the RPC client implementation which is
   used `platform default`. This had led to situation when "localhost"
   was translated as 127.0.0.1 for the server (IPv4 protocol was used),
   but the client translated it as "::1" and was trying to connect to
   server using IPv6 protocol and was getting "ECONNREFUSED 111 Connection 
refused".
   


-- 
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.

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


Reply via email to