mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-16 19:14:41 -07:00
The issue was that the subscription created for the MQTT client was resulting in creation of a shadow subscription which did not have the mqtt specific object attached, which would cause the panic when accessing it in the sub's icb. After that, it was discovered that the wrong subject was passed to deliverMsg(), so fixed that too so that the icb callback gets the proper transformed subject. Resolves #2265 Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
160 KiB
160 KiB