Skip to content

Instantly share code, notes, and snippets.

@Krilliac
Created October 17, 2020 05:55
Show Gist options
  • Save Krilliac/437ce2d37b102716d6129c1e5100255a to your computer and use it in GitHub Desktop.
Save Krilliac/437ce2d37b102716d6129c1e5100255a to your computer and use it in GitHub Desktop.
[12:53:10] Connection from [127.0.0.1:64124] cause error
System.AggregateException: One or more errors occurred. (Server timeout (30000.00ms) elapsed without receiving a message from the server.)
---> System.TimeoutException: Server timeout (30000.00ms) elapsed without receiving a message from the server.
at Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsyncCore(String methodName, Type returnType, Object[] args, CancellationToken cancellationToken)
at Microsoft.AspNetCore.SignalR.Client.HubConnection.InvokeCoreAsync(String methodName, Type returnType, Object[] args, CancellationToken cancellationToken)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at System.Threading.Tasks.Task.Wait()
at Mangos.SignalR.ProxyClient.Invoke(MethodInfo targetMethod, Object[] args) in D:\USB DRIVE SHIT\Work\MangosSharp\MangosSharp\Source\Common\Mangos.SignalR\ProxyClient.cs:line 32
--- End of stack trace from previous location where exception was thrown ---
at System.Reflection.DispatchProxyGenerator.Invoke(Object[] args)
at Mangos.World.Server.WS_Network.ClientClass.Send(PacketClass& packet) in D:\USB DRIVE SHIT\Work\MangosSharp\MangosSharp\Source\Services\Mangos.World\Network\WS_Network.ClientClass.cs:line 205
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment