You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/30 11:31:35 UTC

[GitHub] [tvm] d-smirnov opened a new pull request #7953: [RPC] Bugfix. Removed server forcing IPv4 protocol

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:
users@infra.apache.org



[GitHub] [tvm] tqchen merged pull request #7953: [RPC] Bugfix. Removed server forcing IPv4 protocol

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #7953:
URL: https://github.com/apache/tvm/pull/7953


   


-- 
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:
users@infra.apache.org