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
Default versions of Web Socket APIs cannot be invoked without specifying the version in the request URL
Steps to reproduce:
Create a Web Socket API (with version 1.0) and invoke it. The invocations will work.
Create a new version (2.0.0) of the above API by selecting it as the default version. Invoke it with a URL with the version (2.0.0), it will work.
Invoke it with a URL without the version (since this is the default version the invocation should succeed). The invocation will fail with a socket hangup.
Server will have the below logs.
[2021-11-11 14:02:08,554] ERROR - InboundWebsocketSourceHandler Endpoint not found for port : 9099 tenant domain : null
[2021-11-11 14:02:26,058] ERROR - InboundWebsocketSourceHandler Endpoint not found for port : 9099 tenant domain : null
Affected Product Version:
WUM/U2 updated pack to date
The text was updated successfully, but these errors were encountered:
Description:
Default versions of Web Socket APIs cannot be invoked without specifying the version in the request URL
Steps to reproduce:
Affected Product Version:
WUM/U2 updated pack to date
The text was updated successfully, but these errors were encountered: