Gbemiro Jiboye

Results 14 comments of Gbemiro Jiboye

You could try sending pings and enable pongs on your server. This fixed the issue for me. Use the `Websocket#setPingInterval` method for this. ```Java webSocket = websocketFactory .createSocket(url) .addProtocol("tr_json2") .addListener(this).setPingInterval(pingDuration)...

> I am also having the same issue with v1.6.0. Both RowsAffected() and LastInsertId() return 0 even if the update statement succeeds. Is there any workaround for this? I just...

@anandk032 , how did you resolve this issue, please

@judovana. Please check

> Ugh. This is very hard to read. It seems to be mixing various reformatting and refactoring together with logical changes. I guess youa re not willing to split those...

> One political request if I can. I have PR adding docs for expanding and logical parsers and bumpiong ParserNG to 0.1.9. As this PR may be possibly breaking change,...

> The usage of `return true;//contraband` is very error prone, should ber hadled by `BigMathExpression` design, or exception should be thrown if it is not honoured. The method is marked...

> Permanent usage of main methods as testing area with various commented out/in features - unittests are here fort his. > Generally speaking thei feature lack unittests at all -...

> Originally I wanted to write some DoubleMathExpression as you did in BigMathExpression, but then I chaged my mind and simply converted whole ParserNG from double to Double -[judovana@352745f](https://github.com/judovana/ParserNG/commit/352745f80d47333af28c5fce60a766c5c3d63b0b) >...

Hello @JellyBrick , thanks for using `ParserNG`! Thanks @judovana for responding. @JellyBrick , `BigDecimal` computations would definitely slow down the parser and this is why we use double precision instead!...