Advertisement
Guest User

Untitled

a guest
Feb 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.37 KB | None | 0 0
  1. 2/17/2019 9:03:42 AM|Fatal|<>c__DisplayClass71_0.<receiveRequest>b__0:0|WebSocketSharp.WebSocketException: An exception has occurred while reading an HTTP request/response. ---> System.IO.EndOfStreamException: The header cannot be read from the data source.
  2. at WebSocketSharp.HttpBase+<>c__DisplayClass13_0.<readHeaders>b__0 (System.Int32 i) [0x00009] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  3. at WebSocketSharp.Ext.EqualsWith (System.Int32 value, System.Char c, System.Action`1[T] action) [0x00001] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  4. at WebSocketSharp.HttpBase.readHeaders (System.IO.Stream stream, System.Int32 maxLength) [0x00031] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  5. at WebSocketSharp.HttpBase.Read[T] (System.IO.Stream stream, System.Func`2[T,TResult] parser, System.Int32 millisecondsTimeout) [0x00035] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  6. --- End of inner exception stack trace ---
  7. at WebSocketSharp.HttpBase.Read[T] (System.IO.Stream stream, System.Func`2[T,TResult] parser, System.Int32 millisecondsTimeout) [0x000e2] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  8. at WebSocketSharp.HttpRequest.Read (System.IO.Stream stream, System.Int32 millisecondsTimeout) [0x00001] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  9. at WebSocketSharp.Net.WebSockets.TcpListenerWebSocketContext..ctor (System.Net.Sockets.TcpClient tcpClient, System.String protocol, System.Boolean secure, WebSocketSharp.Net.ServerSslConfiguration sslConfig, WebSocketSharp.Logger logger) [0x00070] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  10. at WebSocketSharp.Ext.GetWebSocketContext (System.Net.Sockets.TcpClient tcpClient, System.String protocol, System.Boolean secure, WebSocketSharp.Net.ServerSslConfiguration sslConfig, WebSocketSharp.Logger logger) [0x00001] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  11. at WebSocketSharp.Server.WebSocketServer+<>c__DisplayClass71_0.<receiveRequest>b__0 (System.Object state) [0x00002] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  12. 2/17/2019 9:03:54 AM|Fatal|<>c__DisplayClass71_0.<receiveRequest>b__0:0|WebSocketSharp.WebSocketException: An exception has occurred while reading an HTTP request/response. ---> System.IO.EndOfStreamException: The header cannot be read from the data source.
  13. at WebSocketSharp.HttpBase+<>c__DisplayClass13_0.<readHeaders>b__0 (System.Int32 i) [0x00009] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  14. at WebSocketSharp.Ext.EqualsWith (System.Int32 value, System.Char c, System.Action`1[T] action) [0x00001] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  15. at WebSocketSharp.HttpBase.readHeaders (System.IO.Stream stream, System.Int32 maxLength) [0x00031] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  16. at WebSocketSharp.HttpBase.Read[T] (System.IO.Stream stream, System.Func`2[T,TResult] parser, System.Int32 millisecondsTimeout) [0x00035] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  17. --- End of inner exception stack trace ---
  18. at WebSocketSharp.HttpBase.Read[T] (System.IO.Stream stream, System.Func`2[T,TResult] parser, System.Int32 millisecondsTimeout) [0x000e2] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  19. at WebSocketSharp.HttpRequest.Read (System.IO.Stream stream, System.Int32 millisecondsTimeout) [0x00001] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  20. at WebSocketSharp.Net.WebSockets.TcpListenerWebSocketContext..ctor (System.Net.Sockets.TcpClient tcpClient, System.String protocol, System.Boolean secure, WebSocketSharp.Net.ServerSslConfiguration sslConfig, WebSocketSharp.Logger logger) [0x00070] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  21. at WebSocketSharp.Ext.GetWebSocketContext (System.Net.Sockets.TcpClient tcpClient, System.String protocol, System.Boolean secure, WebSocketSharp.Net.ServerSslConfiguration sslConfig, WebSocketSharp.Logger logger) [0x00001] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
  22. at WebSocketSharp.Server.WebSocketServer+<>c__DisplayClass71_0.<receiveRequest>b__0 (System.Object state) [0x00002] in <3bfb09d1ec3f41079da19be18a3ba9a3>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement