gentics / mesh

Gentics Mesh - The open source headless CMS for developers
https://getmesh.io
Apache License 2.0
571 stars 115 forks source link

Hotfix 2.0.x SUP-16159 Improve WebSocket error handling #1586

Closed yrucrem closed 8 months ago

yrucrem commented 8 months ago

Abstract

Errors from Vert.x when creating an eventbus WebSocket where not handled which caused a NullPointerException during event creation. Typical errors like invalid event addresses are now handled, and multiple registrations of the same address no longer lead to errors.

Checklist

General

On API Changes

yrucrem commented 8 months ago

Will be upmerged from hotfix-1.10.x.