slub / slub_events

EXT:slub_events
GNU General Public License v3.0
2 stars 15 forks source link

Handle empty unsubscribePid in event api #89

Closed epx-anpf closed 2 years ago

epx-anpf commented 2 years ago

Hi,

with remove the configured constant for unsubscribePid, we run in an issue. The api broke. This fix solves the issue. It converts the empty value in an integer and if it is zero, no link will be generated.

Thank you

epx-anpf commented 2 years ago

Documentation is missing.