We should update the url in AbstractSockJsService#clientLibraryUrl
, currently hardcoded with 1.0.0
version, to use https://cdn.jsdelivr.net/npm/sockjs-client@1/dist/sockjs.min.js in order to use latest 1.x.y
version. My tests with a basic sample seems to work as expected.