theturtle32 / AS3WebSocket

ActionScript 3 WebSocket client implementation for the final WebSocket Draft RFC6455
Apache License 2.0
247 stars 97 forks source link

Any plans to update to the final RFC6455 spec? #2

Closed rejemy closed 12 years ago

rejemy commented 12 years ago

Don't want to nag, just curious if it's going to happen.

theturtle32 commented 12 years ago

Yeah, I haven't gotten around to it because I've had a lot of other things on my plate and there wasn't a ton that changed. A pull-request would be welcome, of course. ;-)

Brian

On Mon, Apr 9, 2012 at 4:57 PM, rejemy < reply@reply.github.com

wrote:

Don't want to nag, just curious if it's going to happen.


Reply to this email directly or view it on GitHub: https://github.com/Worlize/AS3WebSocket/issues/2

rejemy commented 12 years ago

In that case I'll try to take a detailed read through the spec diffs and see if I can put something together. I have long term plans for WebSockets in Actionscript, so it wouldn't hurt for me to be familiar with it anyway. Thanks for the update.

Jeremy


From: Brian McKelvey reply@reply.github.com To: rejemy rejemy@yahoo.com Sent: Monday, April 9, 2012 7:41 PM Subject: Re: [AS3WebSocket] Any plans to update to the final RFC6455 spec? (#2)

Yeah, I haven't gotten around to it because I've had a lot of other things on my plate and there wasn't a ton that changed.  A pull-request would be welcome, of course. ;-)

Brian

On Mon, Apr 9, 2012 at 4:57 PM, rejemy < reply@reply.github.com

wrote:

Don't want to nag, just curious if it's going to happen.


Reply to this email directly or view it on GitHub: https://github.com/Worlize/AS3WebSocket/issues/2


Reply to this email directly or view it on GitHub: https://github.com/Worlize/AS3WebSocket/issues/2#issuecomment-5038188

theturtle32 commented 12 years ago

Awesome! The changes aren't significant, mostly having to do with the opening handshake and a few new connection close codes.

theturtle32 commented 12 years ago

Closed by pull request #3