Павел Филимоненков created THRIFT-4961:
------------------------------------------
Summary: 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: Павел Филимоненков
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 interracts fine 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.2#803003)