unispeech / unimrcp

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
379 stars 167 forks source link

Write a concurrent client #319

Closed poor1017 closed 1 year ago

poor1017 commented 1 year ago

Hi all

I want to write a concurrent client which can simulate high concurrency. I found use "UmcFramework::Create()" with different "sip-port".

Can some guys give me some advices? How to wirte a more professional code?

Thank you!

poor1017 commented 1 year ago

I found umc can support this feature with a little modification.