PC

Results 6 comments of PC

This was indeed the case for me as well with a Yamaha PSR-620.

Hello and thanks for the quick response! I'm listening to the same source as used in my test code, so `153.44.253.27:5631`, which is the public Norwegian AIS stream.

> I'll see if I can get some time with @idg10 today to see if he has any ideas. That would be wonderful. I've now also ran the same test,...

@HowardvanRooijen I've managed to find the cause of the pausing. The stream crashes due to an uncaught `NotImplementedException` caused in https://github.com/ais-dotnet/Ais.Net.Receiver/blob/c8e29750256d4c58aed21e143d1f3d793f240857/Solutions/Ais.Net.Receiver/Ais/Net/Receiver/Receiver/ReceiverHost.cs#L65 The exception is raised due to OnError not being...

Seems like there are some Class B vessel messages that are not being parsed properly. Here's a line that caused it to crash: ``` \\g:1-2-22691,s:2573115,c:1665565535*47\\!BSVDM,1,1,1,A,H3mhk`PEH400000000000000000,2*20 ``` With the exception: ```...

Preventing crashes upon reading a message that can't be parsed would at least be a good start for our case! We don't mind some messages being skipped. But at least...