Austin Cherry

Results 29 comments of Austin Cherry

Hi @Cloudef, thanks for the PR. Code looks really good! I probably need to run these through the autobahn test again to make sure everything is kosher. Would be cool...

sorry for the delay. I agree an NSThread would be a better call. I remember reading that dispatch queues where supposed to be used for definite timed tasks as well,...

@adamkaplan Thanks for the writeup. I understand the difference between GCD and how posix threads work. I get that GCD is a thread pool built off [libdispatch](https://libdispatch.macosforge.org) :smile: . I...

@snej, awesome! I will give those a try.

Not at the moment. I have thought about an abstract way to incorporate WebSocket extensions like compression, but haven't had a chance to look into it.

I completely agree we should make the API thread-safe. I have an assumption that will probably clear up the outstanding issues of #9 and #13 as they appear to be...

@snej, those are some solid points. I guess I'm sort of conflicted. I agree, most Cocoa APIs aren't thread safe and that does add quite a bit of overhead for...

@jtreanor we ran into some snags with some reference problems using the queue based API in #25 (Since that seems to be the better way to go) and haven't gotten...

@jtreanor cool. If you end up switching back, let us know if you run into anything. :smile:

You are correct. I'm working on updating Jetfire to better match what we are doing in the Swift version, so I will roll this fix in there.