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
Looking at the new spec, webSockets need authentication which means - we need in rdflib authentication - or (rather how I'd do) pass to the UpdateManager the authSession (this might be enough).
Remark: the place that needs change is: https://github.com/linkeddata/rdflib.js/blob/main/src/update-manager.ts#L616
WebSocketSubscription2021 is a new more secure version of the web sockets protocol .
Be back-compatible: use he old protocol where only it is available.
Suggest implement a short-cut discovery by converting the
Update-via:
header discovery to work for WebSocketSubscription2021Also do the loner discovery which is being developed. when that is available.
The text was updated successfully, but these errors were encountered: