Strange issue - syslog

Hello,
I found following lines in my syslog … any idea what the issue is it?

Mar 22 15:59:21 ronn-core start.sh[17058]: System.Net.Sockets.SocketException (0x80004005): interrupted
Mar 22 15:59:21 ronn-core start.sh[17058]:   at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <126998f2e5ae42fe95554117eb649feb>:0
Mar 22 15:59:21 ronn-core start.sh[17058]:   at Sooloos.RnetJsonClient<>c__DisplayClass65_0.<_BeginRead>b__0 (System.IAsyncResult ar)[0x00046] in <dc03b11aba8c4db1b75c29f20078d986>:0
Mar 22 15:59:51 ronn-core start.sh[17058]: System.Net.Sockets.SocketException (0x80004005): interrupted
Mar 22 15:59:51 ronn-core start.sh[17058]:   at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <126998f2e5ae42fe95554117eb649feb>:0
Mar 22 15:59:51 ronn-core start.sh[17058]:   at Sooloos.RnetJsonClient <>c__DisplayClass65_0.<_BeginRead>b__0 (System.IAsyncResult ar) [0x00046] in <dc03b11aba8c4db1b75c29f20078d986>:0

Thanks

any idea here?

Hello,
No idea! But I´ve found the same kind of lines in my syslog a few days ago:

########## Installed RoonServer Version ##########
100800764
1.8 (build 764) stable
stable
##################################################

18.03.21-21:07:53  --- e[0;37;1me[0;0m00:00:00.005 e[0;31mWarn:  get lock file path: /tmp/.rnsgem0-e[0;0m
18.03.21-21:07:53  --- e[0;37;1me[0;0m00:00:00.227 e[0;36mTrace: [childprocess] using unix child processe[0;0m
18.03.21-21:07:53  --- Initializing
18.03.21-21:07:53  --- Started
18.03.21-21:07:58  --- Running
18.03.21-21:11:51  --- System.Net.Sockets.SocketException (0x80004005): Connection reset by peer
18.03.21-21:11:51  --- at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <72653ac273e14263a42e9624aff4905d>:0
18.03.21-21:11:51  --- at Sooloos.RnetJsonClient+<>c__DisplayClass65_0.<_BeginRead>b__0 (System.IAsyncResult ar) [0x00046] in <83118e1148e34af48a86375c8a79200f>:0
...
22.03.21-10:57:14  --- System.Net.Sockets.SocketException (0x80004005): Connection reset by peer
22.03.21-10:57:14  --- at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <72653ac273e14263a42e9624aff4905d>:0
22.03.21-10:57:14  --- at Sooloos.RnetJsonClient+<>c__DisplayClass65_0.<_BeginRead>b__0 (System.IAsyncResult ar) [0x00046] in <83118e1148e34af48a86375c8a79200f>:0
22.03.21-11:02:11  --- System.Net.Sockets.SocketException (0x80004005): Connection reset by peer
22.03.21-11:02:11  --- at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <72653ac273e14263a42e9624aff4905d>:0
22.03.21-11:02:11  --- at Sooloos.RnetJsonClient+<>c__DisplayClass65_0.<_BeginRead>b__0 (System.IAsyncResult ar) [0x00046] in <83118e1148e34af48a86375c8a79200f>:0
22.03.21-11:07:21  --- System.Net.Sockets.SocketException (0x80004005): Connection reset by peer
22.03.21-11:07:21  --- at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <72653ac273e14263a42e9624aff4905d>:0
22.03.21-11:07:21  --- at Sooloos.RnetJsonClient+<>c__DisplayClass65_0.<_BeginRead>b__0 (System.IAsyncResult ar) [0x00046] in <83118e1148e34af48a86375c8a79200f>:0
22.03.21-11:16:49  --- System.Net.Sockets.SocketException (0x80004005): Connection reset by peer
22.03.21-11:16:49  --- at System.Net.Sockets.Socket.EndReceive (System.IAsyncResult asyncResult) [0x00012] in <72653ac273e14263a42e9624aff4905d>:0
22.03.21-11:16:49  --- at Sooloos.RnetJsonClient+<>c__DisplayClass65_0.<_BeginRead>b__0 (System.IAsyncResult ar) [0x00046] in <83118e1148e34af48a86375c8a79200f>:0

I would guess, every time a Roon Control (UI) gets closed or looses connection to the core.

thanks for the reply

“every time Roon Control (UI) gets closed”: I just confirmed this situation, an entry is added to the log whenever I close the PC app

later I will be able to check if the same happens with the android app, I suspect so

do u plan to fix that?