vaadin / kubernetes-kit

Other
2 stars 2 forks source link

fix: shutdown SessionSerializer executor service #129

Closed mcollovati closed 4 months ago

mcollovati commented 5 months ago

When running the debug tool, a new SessionSerializer instance is created for every request, but once the serialization/deserialization process finishes the internal executor service is not stopped. This change stops the executor service in the ContextClosedEvent, and it forces the listener to be called also by the debug tool.

mcollovati commented 4 months ago

Superseded by #131