perf(cmpp): process inbound submits within client window
This commit is contained in:
@@ -102,6 +102,7 @@ async authenticateInboundApplication(data: GatewayInboundAuthDto) {
|
||||
enterpriseCode: application.cmppEnterpriseCode,
|
||||
passwordCipher: application.secretHash,
|
||||
maxConnections: application.cmppMaxConnections,
|
||||
windowSize: application.cmppWindowSize,
|
||||
status: 'authenticated',
|
||||
};
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user