Enterprise Grade #NodeJS Platform implementing Industry Standards & Patterns in order to provide Connectivity, Stability, High-Availability and High-Performance
While working in the OnixJS-System I fount the stream unsubscribe is not working properly, the following changes are required
1.- Remove throw error in order to avoid server crashes
2.- Unsubscriptions are not being notified to the right application
3.- A subscription message should be passed back to the client
4.- The client should be able to persist the subscription and listener so it can unsubscribe to the server
While working in the OnixJS-System I fount the stream unsubscribe is not working properly, the following changes are required
1.- Remove throw error in order to avoid server crashes 2.- Unsubscriptions are not being notified to the right application 3.- A subscription message should be passed back to the client 4.- The client should be able to persist the subscription and listener so it can unsubscribe to the server