What’s happening?
· Something else
How can we help?
· I am experiencing freezes or crashes
Describe the issue
Roon clients keep freezing showing "Waiting for your Roon Server" every 30 seconds.
I'm running Roon server on docker, and following is taken by commanding "docker logs -ft ", whenever log prints "Not responding" clients show "Waiting for your Roonserver" popup. I tested various clients at the same time, all show same thing.
2024-10-02T12:14:07.341545558Z Not responding
2024-10-02T12:14:12.442466690Z Running
2024-10-02T12:15:38.439520341Z Not responding
2024-10-02T12:15:43.546867811Z Running
2024-10-02T12:16:18.958271939Z Not responding
2024-10-02T12:16:24.059323362Z Running
2024-10-02T12:17:04.395092213Z Not responding
2024-10-02T12:17:09.496046021Z Running
2024-10-02T12:17:44.773142630Z Not responding
2024-10-02T12:17:49.875547702Z Running
2024-10-02T12:18:25.266743155Z Not responding
2024-10-02T12:18:30.367722430Z Running
2024-10-02T12:19:15.947021594Z Not responding
2024-10-02T12:19:21.047150353Z Running
2024-10-02T12:19:41.214167345Z Not responding
2024-10-02T12:19:46.315875756Z Running
2024-10-02T12:20:01.416870440Z Not responding
2024-10-02T12:20:06.516923912Z Running
2024-10-02T12:20:46.422569297Z Not responding
2024-10-02T12:20:51.523944393Z Running
2024-10-02T12:22:22.351305888Z Not responding
2024-10-02T12:22:27.454185652Z Running
2024-10-02T12:25:54.281167864Z Not responding
2024-10-02T12:25:59.383271224Z Running
2024-10-02T12:32:21.243998606Z Not responding
2024-10-02T12:32:26.345417887Z Running
2024-10-02T12:33:26.989348985Z Not responding
2024-10-02T12:33:32.090198024Z Running
2024-10-02T12:35:59.111977774Z System.Net.Sockets.SocketException (104): Connection reset by peer
2024-10-02T12:35:59.112081226Z at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
2024-10-02T12:35:59.112104189Z at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
2024-10-02T12:35:59.112124539Z at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
2024-10-02T12:35:59.112145389Z --- End of stack trace from previous location ---
2024-10-02T12:35:59.112277441Z at System.Threading.Tasks.TaskToApm.End[TResult](IAsyncResult asyncResult)
2024-10-02T12:35:59.112362455Z at Sooloos.RnetJsonClient.<>c__DisplayClass65_0.<_BeginRead>b__0(IAsyncResult ar)
2024-10-02T12:37:42.687712619Z Not responding
2024-10-02T12:37:47.788070512Z Running
2024-10-02T12:40:04.056457356Z Not responding
2024-10-02T12:40:09.155672653Z Running
2024-10-02T12:43:04.219155820Z System.Net.Sockets.SocketException (104): Connection reset by peer
2024-10-02T12:43:04.219398024Z at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
2024-10-02T12:43:04.219465176Z at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
2024-10-02T12:43:04.219512126Z at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
2024-10-02T12:43:04.219557615Z --- End of stack trace from previous location ---
2024-10-02T12:43:04.219600591Z at System.Threading.Tasks.TaskToApm.End[TResult](IAsyncResult asyncResult)
2024-10-02T12:43:04.219643779Z at Sooloos.RnetJsonClient.<>c__DisplayClass65_0.<_BeginRead>b__0(IAsyncResult ar)
2024-10-02T12:43:21.492123908Z System.Net.Sockets.SocketException (104): Connection reset by peer
2024-10-02T12:43:21.492379400Z at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken)
2024-10-02T12:43:21.492481577Z at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token)
2024-10-02T12:43:21.492578404Z at System.Threading.Tasks.ValueTask`1.ValueTaskSourceAsTask.<>c.<.cctor>b__4_0(Object state)
2024-10-02T12:43:21.492671618Z --- End of stack trace from previous location ---
2024-10-02T12:43:21.492856159Z at System.Threading.Tasks.TaskToApm.End[TResult](IAsyncResult asyncResult)
2024-10-02T12:43:21.493039562Z at Sooloos.RnetJsonClient.<>c__DisplayClass65_0.<_BeginRead>b__0(IAsyncResult ar)
Describe your network setup
My server (ubuntu24.04) and clients and bridges are in same subnet - 192.168.0.0/24. Server is using ethernet, mobile clients are using wireless, and my desktop uses ethernet.