Luc14860 / jwebsocket

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

empty string as close reason on the client side #199

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Close connection on the server side (for example at processPAcket method 
call evt.getConnector().stopConnector(CloseReason.SERVER))

2. event.reason on the client side is empty string

What is the expected output? What do you see instead?
Reason should be "SERVER", however empty string is received

What version of the product are you using? On what operating system?
Builds 30518 and 30401 produce this error. Previous builds were working as 
expected. Tested on both Windows 8 (64bit) and Ubuntu 12.04

Original issue reported on code.google.com by omerfaru...@gmail.com on 2 Aug 2013 at 8:08