[
https://issues.apache.org/jira/browse/THRIFT-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16932756#comment-16932756
]
Павел Филимоненков commented on THRIFT-4961:
--------------------------------------------
I am very sorry that I wasted your time. :( The problem was the firewall
settings in my environment.
> Delphi is not friends with golang
> ---------------------------------
>
> Key: THRIFT-4961
> URL: https://issues.apache.org/jira/browse/THRIFT-4961
> Project: Thrift
> Issue Type: Bug
> Components: Delphi - Library, Go - Library
> Affects Versions: 0.12.0
> Reporter: Павел Филимоненков
> Priority: Major
>
> I try to use trift to interact between Go and Delphi. I started [with
> tutorials|https://thrift.apache.org/tutorial/] and found that Go client and
> Go server are interacting normally as axpected, as well as Delphi client and
> Delphi server. But Go client does not work with Delphi server and Delphi
> client does not work with Go server. In both cases the client cannot connect
> to localhost:9090.
> *Golang client, Delphi server*
> {code:java}
> error running client: dial tcp 127.0.0.1:9090: connectex: No connection could
> be made because the target machine actively refused it.
> {code}
> *Delphi client, Golang server*
> {code:java}
> Thrift: 17.09.2019 22:13:21 TSocket.OpenConnection() connect()
> TTransportExceptionNotOpen: connect() failed: Connection is not established,
> because destination computer rejected connection request
> {code}
> Windows 10, Embarcadero® Delphi 10.3, Go 1.13
> Please help me understand why this is happening. Thank you.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)