feat: add product API for legacy connections

This commit is contained in:
Adhiraj Singh
2022-02-24 17:58:37 +05:30
parent 0567384af9
commit d21a39c302
4 changed files with 195 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
import { DEFAULT_LEGACY_CONNECTION_CONFIG } from '../Defaults'
import { LegacySocketConfig } from '../Types'
import _makeLegacySocket from './groups'
import _makeLegacySocket from './business'
// export the last socket layer
const makeLegacySocket = (config: Partial<LegacySocketConfig>) => (
_makeLegacySocket({