What thread is used to dispatch callbacks in StreamSocket and StreamSocketListener

Answered What thread is used to dispatch callbacks in StreamSocket and StreamSocketListener

  • Wednesday, May 09, 2012 9:31 AM
     
     

    Hi,

    Is safe to assume that the callbacks of an StreanSocket or StreamSocketListener object are dispatched by the same thread?

    For example two successive ConnectionReceived events in a StreamSocketListener will be serialized in the same thread or they could arrive concurrently in different threads. I have not found any references to this in the documentation.

    Regards,

    Jose

All Replies