2 instance gstreamer error is this ok?

Ok on a PI4 with a respeaker usb v2.0.1 after following the example I get this
is this a problem
I obviously haven’t tested it but
is tre sommething that I have missed here.
Sorry if I have missed something obvious.

$ gst-launch-1.0
autoaudiosrc !
audioconvert !
audioresample !
audio/x-raw, rate=16000, channels=1, format=S16LE !
multiudpsink clients=127.0.0.1:11111,127.0.0.1:22222
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Setting pipeline to PLAYING …
New clock: GstPulseSrcClock
Redistribute latency…
WARNING: from element /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls: Can’t record audio fast enough
Additional debug info:
gstaudiobasesrc.c(849): gst_audio_base_src_create (): /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:
Dropped 2877 samples. This is most likely because downstream can’t keep up and is consuming samples too slowly.
WARNING: from element /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls: Can’t record audio fast enough
Additional debug info:
gstaudiobasesrc.c(849): gst_audio_base_src_create (): /GstPipeline:pipeline0/GstAutoAudioSrc:autoaudiosrc0/GstPulseSrc:autoaudiosrc0-actual-src-puls:
Dropped 2877 samples. This is most likely because downstream can’t keep up and is consuming samples too slowly.

The solution was simple although a little obscure.
I had the usb mic array plugged into usb3 I also boot off a usb 3 stick.
I tried a powered usb hub thinking it might be a power issue things got worse and python code attempting to talk to usb mic array was slow to start.
Next step plug array into usb 2 port of Pi 4

PROBLEM SOLVED
My guess is it was a bus conflict.