cwi-dis / VR2Gather

Unity application framework for immersive social VR
MIT License
4 stars 6 forks source link

Dash sometimes has trouble shutting down (again) #113

Open cwidisgroup opened 1 year ago

cwidisgroup commented 1 year ago

Not sure whether this is a recurrence of an old problem or something new. but sometimes when you stop after a Dash session it takes an incredlibly long time for playback to stop, and/or Unity to exit.

I found this in the log:


[2023/08/29 19:48:34][170.1] [HttpSink (#1)] Transfer failed: Couldn't connect to server
[2023/08/29 19:48:34][170.1] [HttpSink (#1)] Transfer failed: Couldn't connect to server
[2023/08/29 19:48:55][191.4] [HttpSink (#1)] Transfer failed: Couldn't connect to server
[2023/08/29 19:48:55][191.4] [HttpSink (#1)] Transfer failed: Couldn't connect to server
[2023/08/29 19:48:55][191.4] [HttpSink (#1)] Can't process data: http_sender too many connection failures
terminate called after throwing an instance of 'std::runtime_error'
  what():  http_sender too many connection failures

This may indicate that the bin2dash sender is still trying to push the data to Evanescent, but it has already terminated.

jackjansen commented 1 year ago

It may be that the root problem is that the SFU doesn't start correctly, or doesn't function, or something like that.

Because I'm seeing very similar symptoms (but not identical) when I run with the orchestrator on sap (which doesn't support an SFU).