Author: tabish
Date: Wed Aug 1 14:04:51 2012
New Revision: 1368005
URL: http://svn.apache.org/viewvc?rev=1368005&view=rev
Log:
fix for: https://issues.apache.org/jira/browse/AMQNET-383
Modified:
activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/src/main/csharp/Protocol/StompFrame.cs
Modified:
activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/src/main/csharp/Protocol/StompFrame.cs
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/src/main/csharp/Protocol/StompFrame.cs?rev=1368005&r1=1368004&r2=1368005&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/src/main/csharp/Protocol/StompFrame.cs
(original)
+++
activemq/activemq-dotnet/Apache.NMS.Stomp/branches/1.5.x/src/main/csharp/Protocol/StompFrame.cs
Wed Aug 1 14:04:51 2012
@@ -163,7 +163,7 @@ namespace Apache.NMS.Stomp.Protocol
{
if(this.Command == KEEPALIVE)
{
- dataOut.Write(NEWLINE);
+ dataOut.Write(BREAK);
dataOut.Flush();
return;
}