Use latest version of sockjs-client
in AbstractSockJsService
#30848
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: dependency-upgrade
A dependency upgrade
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
We should update the url in
AbstractSockJsService#clientLibraryUrl
, currently hardcoded with1.0.0
version, to use https://cdn.jsdelivr.net/npm/sockjs-client@1/dist/sockjs.min.js in order to use latest1.x.y
version. My tests with a basic sample seems to work as expected.The text was updated successfully, but these errors were encountered: