Skip to content

[FIX] Tiki: Fixed realtime port when realtime_port preference is empty

Josaphat Imani requested to merge josaphat.imani97/tiki:realtime-fix into master

When realtime port is empty, The null coalescing operator is returning empty string which breaks the code.

Merge request reports