You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A secure connection to RabbitMq using Https is failing. (using Http does connect)
This is the stack trace:
System.IO.EndOfStreamException: Poging voorbij het einde van de stroom te lezen.bijStompNet.IO.AsyncStreamReader.<ReadNBytesAsync>d__10.MoveNext() in E:\workspace\StompNet\StompNet\IO\AsyncStreamReader.cs:regel91---Einde van stacktracering vanaf vorige locatie waar uitzondering isopgetreden---bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bij StompNet.IO.AsyncStreamReader.<ReadCharAsync>d__12.MoveNext()in E:\workspace\StompNet\StompNet\IO\AsyncStreamReader.cs:regel 113---Einde van stacktracering vanaf vorige locatie waar uitzondering isopgetreden---bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bij StompNet.IO.AsyncStreamReader.<ReadLineAsync>d__16.MoveNext()in E:\workspace\StompNet\StompNet\IO\AsyncStreamReader.cs:regel 160---Einde van stacktracering vanaf vorige locatie waar uitzondering isopgetreden---bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Tasktask)bijStompNet.IO.Stomp12FrameReader.<ReadCommandAsync>d__8.MoveNext()in E:\workspace\StompNet\StompNet\IO\Stomp12FrameReader.cs:regel 99---Einde van stacktracering vanaf vorige locatie waar uitzondering isopgetreden---bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Tasktask)bijStompNet.IO.Stomp12FrameReader.<ReadFrameAsyncImpl>d__7.MoveNext()in E:\workspace\StompNet\StompNet\IO\Stomp12FrameReader.cs:regel 78---Einde van stacktracering vanaf vorige locatie waar uitzondering isopgetreden---bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bij System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Tasktask)bijStompNet.IO.Stomp12FrameReader.<ReadFrameAsync>d__6.MoveNext()in E:\workspace\StompNet\StompNet\IO\Stomp12FrameReader.cs:regel 68---Einde van stacktracering vanaf vorige locatie waar uitzondering isopgetreden---bij System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
bij StompNet.IO.StompFrameObservable.<ReadFrames>d__9.MoveNext()in E:\workspace\StompNet\StompNet\IO\StompFrameObservable.cs:regel 84
Unfortunately MS still has not solved the translated exceptions issue. so the top exception translates to: Attempt to read past the end of the stream.
Maybe put this in the readme.md to save some fellow developers time when looking for a suitable solution, or attract their interest to contribute:
Implemented so far:
Http
Not yet supported:
Https
Websockets
Websockets over Https
The text was updated successfully, but these errors were encountered:
A secure connection to RabbitMq using Https is failing. (using Http does connect)
This is the stack trace:
Unfortunately MS still has not solved the translated exceptions issue. so the top exception translates to:
Attempt to read past the end of the stream
.Maybe put this in the readme.md to save some fellow developers time when looking for a suitable solution, or attract their interest to contribute:
Implemented so far:
Not yet supported:
The text was updated successfully, but these errors were encountered: