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
The AIS Transmitter sometimes hangs and needs a reboot, when this happens the AIS Receiver crashes with the following exception.
UnhandledException: System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No connection could be made because the target machine actively refused it 153.44.253.27:5631 at System.Net.Sockets.Socket.EndConnect(IAsyncResultasyncResult) at System.Net.Sockets.TcpClient.EndConnect(IAsyncResultasyncResult) at System.Net.Sockets.TcpClient.<>c.<ConnectAsync>b28_l(IAsyncResultasyncResult)
at System.Threading.Tasks.TaskFactory'1.FromAsyncCoreLogic(IAsyncResultiar, Func'2 endFunction, Action'1 endAction, Task'1 promise.BooleanrequiresSynchronization)
— Endof stack trace from previous locationwhereexception was thrown —
at Endjin.Ais.Receiver.NmeaReceiver.InitaliseAsync() in C:\Ais.Net.Receiver\NmeaReceiver.cs:line48 at Endjin.Ais.Receiver.Program.Main(String[] args) in C:\Ais.Net.Receiver\Program.cs:line 33 at Endjin.Ais.Receiver.Program.<Main>(String[]args)
The text was updated successfully, but these errors were encountered:
The AIS Transmitter sometimes hangs and needs a reboot, when this happens the AIS Receiver crashes with the following exception.
The text was updated successfully, but these errors were encountered: