millicast / millicast-player-unreal-engine-plugin

Millicast Player plugin for Unreal Engine
Other
19 stars 15 forks source link

Attempt to reconnect if web socket is closed #64

Closed improbable-andreaskrugersen closed 1 year ago

improbable-andreaskrugersen commented 1 year ago

In a large scale test today I noticed that the WebRTC socket got closed on my own client as I wasn't receiving any data anymore and in my log I saw the Millicast WebSocket Closed message generated in UMillicastSubscriberComponent::OnClosed.

There are two issues here:

rweber89 commented 1 year ago

Thanks @improbable-andreaskrugersen Ill get back to you when I take a look. Im going to make a PR for this Issue.

rweber89 commented 1 year ago

As mentioned previously, this should be fixed now with the addition of https://github.com/millicast/millicast-player-unreal-engine-plugin/commit/2b5d40049c8dece1f89a1f9c6c527a86aa388771 to the dev branch

rweber89 commented 1 year ago

Improved upon in 4c75f6d7c2e7eb519f9ae63a621d1fbf39fd87b0 on the dev branch