AronDavis

Results 3 issues of AronDavis

The `Listen` method is not properly using `_webSocket.ReceiveAsync`. You're getting bad JSON because you're not checking `result.EndOfMessage`. So you're getting a partial message and then the "leftovers" are the things...

Let's say I have three tabs. Tab 2 is hidden and disabled. If I press next on Tab 1, nothing happens.