Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. 23:21:29.189 | Warn | GameServer | Network warning: Socket threw exception; would block - send buffer full? Increase in NetPeerConfiguration
  2.  
  3.  
  4. Unable to connect to any of the specified MySQL hosts.
  5. Reading from the stream has failed. ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Reading from the stream has failed. ---> System.IO.EndOfStreamException: Attempted to read past the end of the stream.
  6.  
  7.  
  8.  
  9.  
  10. 06/25/2017 18:19:20 [Info] Failed to send. Disconnecting. System.AggregateException: One or more errors occurred. ---> System.ObjectDisposedException: Cannot access a disposed object.
  11. Object name: 'The Stream is closed.'.
  12. at Fleck.QueuedStream.EndWrite (System.IAsyncResult asyncResult) [0x0001d] in <6b8d0fb3f8a64dc8826ec67cb76d0a5a>:0
  13. at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00021] in <8f2c484307284b51944a1a13a14c0266>:0
  14. --- End of inner exception stack trace ---
  15. ---> (Inner Exception #0) System.ObjectDisposedException: Cannot access a disposed object.
  16. Object name: 'The Stream is closed.'.
  17. at Fleck.QueuedStream.EndWrite (System.IAsyncResult asyncResult) [0x0001d] in <6b8d0fb3f8a64dc8826ec67cb76d0a5a>:0
  18. at System.Threading.Tasks.TaskFactory1[TResult].FromAsyncCoreLogic (System.IAsyncResult iar, System.Func2[T,TResult] endFunction, System.Action1[T] endAction, System.Threading.Tasks.Task1[TResult] promise, System.Boolean requiresSynchronization) [0x00021] in <8f2c484307284b51944a1a13a14c0266>:0 <---
  19.  
  20.  
  21.  
  22.  
  23. Unable to write data to the transport connection: The socket is not connected. ---> System.Net.Sockets.SocketException: The socket is not connected
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement