GibbsConsulting / django-plotly-dash

Expose plotly dash apps as django tags
MIT License
548 stars 125 forks source link

Replace use of websocketbridge.js #148

Closed delsim closed 4 years ago

delsim commented 5 years ago

The underlying channels library has a backwards-incompatible change in v2.1.4 - the file websocketbridge.js was removed.

The workaround is to require v2.1.3 of this package, but a better fix is to replace the use of websocketbridge.js in the messaging template.

scythargon commented 5 years ago

@delsim Hi! To replace with what?

GibbsConsulting commented 4 years ago

Replace the use of websocketbridge.js with a new javascript file providing the equivalent functionality. The new file would be part of the django-plotly-dash distribution, removing the need to use a specific version of the channels library.

GibbsConsulting commented 4 years ago

Released as v1.2.0