Mike Schweitzer

Results 19 comments of Mike Schweitzer

@jrdodds You're taking things off-topic. The feedback is that the current behavior feels limited and counterintuitive. There is perhaps unfortunately a very opinionated suggested solution @KirillOsenkov brought up, but that...

Appreciate the clarification @jrdodds . My only horse in this race is that I have to do this exact thing (copy source folder into target folder, maintain directory structure) about...

Oh right, forgot about that one. Honestly it's difficult to tell from outside AWS who's responsible for providing this kind of functionality. If it's the cfn team then this issue...

Using [websocket-sharp](https://github.com/sta/websocket-sharp) works for non-WebGL to bypass the mono bug where cert validation callbacks are not properly called. Experimental branch [here](https://github.com/mikerochip/unity-websocket/tree/websocket-sharp). There is no great workaround for JavaScript outside of...

No need to apologize! I wish WebGL had a decent path to a solution, but at least with the technique you discovered I won't have to vendor websocket-sharp for the...

Can you elaborate on what results you're seeing? As in, does it slowdown as you approach a higher number of instances or does it just immediately freeze at a certain...

@stefanbursuc After some testing, re-worked the code to not continue in the lock and to have a `await Task.Yield();` if no outgoing messages were detected. This felt more consistent than...

> @mikerochip Would you be open to splitting up changes and please provide official doc links for changes? It's difficult to review and accept changes otherwise. @wirecat Totally fine with...

@wirecat I just made the above changes. Hopefully the PR looks cleaner now.

Simplified Rider and moved to https://github.com/github/gitignore/pull/4668 since apparently they have been embedding `.gitignore` files inside the `.idea` folders for some time now according to [this comment](https://rider-support.jetbrains.com/hc/en-us/articles/207097529-What-is-the-idea-folder?page=1#comment_360001046760). There is an epic...