I am using Prefix mode of AsyncStreams and my program sends messages to the server in various instances.
Question, if I am using the same asyncstreams, same socket etc. and my program "sends" (issues a writestream or write) at the same time (or while a large file is being sent a small message is "sent"), does this cause conflict or does AsyncStreams "queue" up the requests? Or does this "overwrite" part or all of the messages?
Thanks
Rusty
Question, if I am using the same asyncstreams, same socket etc. and my program "sends" (issues a writestream or write) at the same time (or while a large file is being sent a small message is "sent"), does this cause conflict or does AsyncStreams "queue" up the requests? Or does this "overwrite" part or all of the messages?
Thanks
Rusty