Skip to content

1.5.13: Fix websockets functionality for Ignition 8.1.25+

Choose a tag to compare

@iatraviscox iatraviscox released this 28 Feb 00:48
· 10 commits to master since this release
1b923ce

This version applies one more fix to those from #32 related to how the websocket channel is setup. With Jetty 9, we called both a register and a setCreator method in order to configure the websocket creation. With Jetty 10, invoking that register method seems to take precedence over our prescribed creator and drive use of a no-arg constructor for the class instead. Removing that register call is all that is needed.