[
https://issues.apache.org/jira/browse/THRIFT-4961?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16932704#comment-16932704
]
Jens Geyer commented on THRIFT-4961:
------------------------------------
Tested and found working.
* Thrift master
* Delphi XE (should work with Rio as well)
* go version go1.13 windows/amd64
What am I doing wrong?
> 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 interract between Go and Delphi. I started
> [with|http://example.com] [tutorials |http://example.com]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)