1iveowl / WebsocketClientLite.PCL

Websocket client lite
MIT License
38 stars 14 forks source link

Subsequent connections from same client instance fail. #11

Closed cmisztur closed 7 years ago

cmisztur commented 7 years ago

client.OpenAsync() client.CloseAsync() client.OpenAsync()

Second open fails.

1iveowl commented 7 years ago

Yep, I can see that.

I've refactored to handle this.

Please see and test v.3.6.1-beta2 and please feed your observations back to me.

You'll find the code in the develop branch.

1iveowl commented 7 years ago

Should be fixed now.