Mingle Card: 2601
Audit-Logger needs to have access to the connection object that has already had a connection opened to salesforce and resolved the namespace. During code review with craig, found out that we opened a connection and resolved the salesforce namespace every time we executed a message in the envelope. This is costly. Refactored code to open connection once and move the connection object to sync.post where audit-logger can consume it for it's own namespace resolution
Mingle Card: 2601 Audit-Logger needs to have access to the connection object that has already had a connection opened to salesforce and resolved the namespace. During code review with craig, found out that we opened a connection and resolved the salesforce namespace every time we executed a message in the envelope. This is costly. Refactored code to open connection once and move the connection object to sync.post where audit-logger can consume it for it's own namespace resolution