FrozenStormInteractive / Unreal-SignalR

SignalR client for Unreal Engine
MIT License
44 stars 20 forks source link

Unreal crashes if web socket host is not reachable #15

Closed tbureck closed 8 months ago

tbureck commented 8 months ago

If the web socket host is not reachable, the application will crash because the callback FConnection::OnNegotiateResponse tries to access the response nevertheless, which does not exist.