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
{{ message }}
This repository was archived by the owner on Nov 7, 2021. It is now read-only.
After some time that the web application is up, it suddenly starts to throw this exception until I restart IIS.
System.Net.Sockets.SocketException (0x80004005): An invalid argument was supplied
at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes)
at Arebis.Logging.GrayLog.GrayLogUdpClient.InternallySendMessage(Byte[] messageBody)
After some time that the web application is up, it suddenly starts to throw this exception until I restart IIS.
System.Net.Sockets.SocketException (0x80004005): An invalid argument was supplied
at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.UdpClient.Send(Byte[] dgram, Int32 bytes)
at Arebis.Logging.GrayLog.GrayLogUdpClient.InternallySendMessage(Byte[] messageBody)
What is the problem?