1iveowl / WebsocketClientLite.PCL

Websocket client lite
MIT License
39 stars 14 forks source link

Question : WebsocketClientLite versus the Microsoft client for performance #53

Closed brooksyott closed 6 years ago

brooksyott commented 6 years ago

Good day,

Sorry if this is not the right forum to ask a question. I am considering using this library for a websocket test client, similar to those that can be found as add-ins in Chrome etc. I would be wanting to create 100's of websockets at a time likely.

I'm curious if you have any idea how this library compares to the Microsoft client from a performance perspective, and if you think the threading should be ok to to start many websockets at a time.

Really appreciate the help,

Thanks you.

1iveowl commented 6 years ago

I think the library should be pretty fast, but I don't know how this compares to the Microsoft client.