If you are using this onin a plugin you should use priority argument like 999 and it will work onin the plugin.
add_action( "customize_register""wpcb_theme_customize_register""customize_register","wpcb_theme_customize_register",999,1); function wpcb_theme_customize_register($wp_customize){ $wp_customize->get_setting('blogdescription')->transport='postMessage'; }