You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling arnavmq multiple times to create multiple connections to different servers, it does not actually create a new connection each time. Instead, it just replaces the configuration of the old connection.
When calling arnavmq multiple times to create multiple connections to different servers, it does not actually create a new connection each time. Instead, it just replaces the configuration of the old connection.
When calling the arnavmq lib it does:
node-arnavmq/src/index.js
Line 50 in 452be98
While the
connection
function just returns the same singleton with updated configuration:node-arnavmq/src/modules/connection.js
Lines 95 to 106 in 452be98
The text was updated successfully, but these errors were encountered: