Abraham Menacherry
Abraham Menacherry
The tests in this repository are for METACOIN still. I wanted to test ecrecover locally but ran into the following error Error: Provided address Error: Provided address "0x4d55361a8f362c8fc244dbd1e4968ca4b96d58e63a0f0c01a2cad1149106568a" is invalid,...
It is a common requirement to have a Lobby room which is a special gameroom that has list of other game rooms. Users first login to this game room and...
as3 version had a bug reported as per https://groups.google.com/forum/#!topic/jetserver/d4Dbkof8Y8I
Opening issue based on mail from @xeoshow 2013-9-20 15:24:01 io.netty.util.ResourceLeakDetector reportLeak WARNING: LEAK: ByteBuf was GC'd before being released correctly. The following stack trace shows where the leaked object was...
Performance wise Jackson seems to be better. Also it does better job in serialization of unknown type to Event in TextWebSocketFrameDecoder class.
Currently only one login protocol is possible, probably the binary jetserver protocol, by using the "port-unification" example from netty, its possible to have varied login protocols.
SSL should be configurable based on flag. Check if Apache Shiro fits the bill for securing the server.
### Expected behavior Following settings(set dynamically) should work with queries that use common table expressions. ``` Settings settings = new Settings() .withRenderMapping(new RenderMapping() .withSchemata( new MappedSchema().withInput("").withOutput("hxx") ``` ### Actual behavior...