fcojavmc 708969c126 Compile bug (#122)
* 1) IXWebSocketTransport: BUG: int type has no warranty of number of bits. It depends on compiler and architecture. In my system (64 bit) is 32 bit.
1 << 63 is bad idea in this case because the final number is 0 by overflow.
The symptom observed is that the server can't receive messages.

2) IXSocketFactory: Compilation Warning: Variable not in use.

* Better aproach suggested by Benjamin.
2019-11-20 11:12:24 -08:00
..
2019-10-09 17:00:32 -07:00
2019-08-13 10:59:18 -07:00
2019-09-23 10:25:23 -07:00
2019-09-30 17:52:39 -07:00
2019-11-20 11:12:24 -08:00
2019-05-30 08:46:50 -07:00
2019-08-30 12:50:56 -07:00
2019-11-20 11:12:24 -08:00