Home › Forums › Support › new TCPConnection WITHOUT being reused › Reply To: new TCPConnection WITHOUT being reused
August 10, 2015 at 16:04
#4051
Anonymous
Inactive
Hello Marc,
I wasn’t aware I could use the reply packet type with whatever string I wanted.
Since I have a unique message id per request (GUID), I’ve tested something like
var result = m_Connection.SendReceiveObject<BasicRequest, BasicReply>("RequestReply", string.Format("Reply.{0}", request.MessageId), timeout, request);
and used a similar reply in the server and everithing worked just fine!
Thanks and sorry for such a long thread!
Joao
- This reply was modified 9 years, 5 months ago by .