Andreas Wenger
Results
11
comments of
Andreas Wenger
I had the same problem. This was my old code, where after reconnection the subscriptions were lost: ```typescript stomp.startConnect().then(() => { stomp.done('init') stomp.subscribe( ... ) }) ``` And this is...