josejamilena-lda / jwebsocket

Automatically exported from code.google.com/p/jwebsocket
1 stars 1 forks source link

Wrong value for WebSocketOpcode.OPCODE_CLOSE #202

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

- eyeball the code

What is the expected output? What do you see instead?

- the close opcode should be 0x08; it is 0x09, duplicating OPCODE_PING

What version of the product are you using? On what operating system?

- 1.0 RC1

Please provide any additional information below.

Original issue reported on code.google.com by gwailoh2...@yahoo.com on 1 Oct 2013 at 4:53

GoogleCodeExporter commented 9 years ago
Thanks for your valuable hint.
We fixed it with r1886 and it will be part of RC2.
Best Regards,
Alex

Original comment by fivefeetfurther@gmail.com on 10 Jan 2014 at 2:13