socketCreators: {
    [K in SocketNamespace]: SocketCreator<NamespaceSocketMap[K]>
} = ...

네임스페이스별 소켓 생성 함수들입니다.