[
https://issues.apache.org/jira/browse/QPID-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robbie Gemmell updated QPID-2022:
---------------------------------
Fix Version/s: (was: qpid-cpp-1.37.0)
Removing 1.37.0 from fix-version as no change was actually made there for the
issue.
> Bug in C# request-response example client program
> -------------------------------------------------
>
> Key: QPID-2022
> URL: https://issues.apache.org/jira/browse/QPID-2022
> Project: Qpid
> Issue Type: Bug
> Components: .NET Client
> Environment: VS 2008, Windows XP
> Reporter: Jan Matti
> Assignee: Chuck Rolke
> Priority: Minor
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> instead
> string response_queue = "client" + session.getName();
> you must write
> ASCIIEncoding enc = new ASCIIEncoding();
> string response_queue = "client" + enc.GetString(session.getName());
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]