subscribeGeneralCommands

inline fun SocketApi.subscribeGeneralCommands(commands: Set<GeneralCommandType> = GeneralCommandType.values().toSet()): Flow<GeneralCommandMessage>

Subscribe to specific GeneralCommandType messages.