Kengo Seki created THRIFT-5053:
----------------------------------
Summary: Fix the netstd tutorial console logging and README
Key: THRIFT-5053
URL: https://issues.apache.org/jira/browse/THRIFT-5053
Project: Thrift
Issue Type: Bug
Reporter: Kengo Seki
Assignee: Kengo Seki
In my environment, {{Client -help}} doesn't show any help messages before it
stops.
{code:java}
thrift/tutorial/netstd$ Client/bin/Debug/netcoreapp3.1/Client -help
thrift/tutorial/netstd$
{code}
To fix this, disposing the {{ServiceProvider}} is required.
[https://github.com/aspnet/Logging/issues/631]
In addition, there are some minor mistakes in README.md. For example:
- {{(Server|Client) -h}} doesn't work.
- On Linux, the generated executable names are "Client" and "Server"
(camel-cased), not "client" and "server"
- Server's multiplexed protocol is not documented
- Python examples don't address THRIFT-4002
--
This message was sent by Atlassian Jira
(v8.3.4#803005)