usaguerrilla commented on issue #55:
URL: https://github.com/apache/pulsar-dotpulsar/issues/55#issuecomment-687058121
Another exception which doesn't seem to be caught:
```
System.IO.IOException: Unable to read data from the transport connection: An
established connection was aborted by the software in your host machine..
---> System.Net.Sockets.SocketException (10053): An established connection
was aborted by the software in your host machine.
--- End of inner exception stack trace ---
at DotPulsar.Internal.PulsarStream.Send(ReadOnlySequence`1 sequence) in
C:\Projects.Pulsar\dotpulsar.mp\src\DotPulsar\Internal\PulsarStream.cs:line 61
at DotPulsar.Internal.Connection.Send(SendPackage command,
CancellationToken cancellationToken) in
C:\Projects.Pulsar\dotpulsar.mp\src\DotPulsar\Internal\Connection.cs:line 190
at DotPulsar.Internal.ProducerChannel.SendPackage(MessageMetadata
metadata, ReadOnlySequence`1 payload, CancellationToken cancellationToken) in
C:\Projects.Pulsar\dotpulsar.mp\src\DotPulsar\Internal\ProducerChannel.cs:line
102
at DotPulsar.Internal.Executor.Execute[TResult](Func`1 func,
CancellationToken cancellationToken) in
C:\Projects.Pulsar\dotpulsar.mp\src\DotPulsar\Internal\Executor.cs:line 130
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]