You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
Currently I couldn't find and documentation, readme etc. that describes if fallback to Long Polling and/or Server Sent Events are supported by this C++ client. Checking other tickets let me assume that currently the SignalR-Client-Cpp dosen't provide the essential fallback to Long Polling and/or Server Sent Events when WebSockets are not supported by the server or blocked by a firewall.
Please implement at least one fallback and somewhere document this limitation.
The text was updated successfully, but these errors were encountered:
You are correct. Currently the only supported transport is websockets. This is tracked here: aspnet/SignalR-Client-Cpp#62 so I will close this issue as a duplicate.
Currently I couldn't find and documentation, readme etc. that describes if fallback to Long Polling and/or Server Sent Events are supported by this C++ client. Checking other tickets let me assume that currently the SignalR-Client-Cpp dosen't provide the essential fallback to Long Polling and/or Server Sent Events when WebSockets are not supported by the server or blocked by a firewall.
Please implement at least one fallback and somewhere document this limitation.
The text was updated successfully, but these errors were encountered: