protohx icon indicating copy to clipboard operation
protohx copied to clipboard

Protohx is crossplatform implementation of "Google's Protocol Buffers" for haxe 3.

Results 4 protohx issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

``` message Test{ required uint32 test=1; optional string resultPath=2; required uint32 test2=3; } ``` ``` var msg = new ProtocolMessage(); msg.type = ProtocolMessage.MsgType.TEST; var lrq = new samples.Test(); lrq.test =...

When i received a message from java server(long type).I found that the Int64 field is a negative number,like -948372833,the correct value should be 30 Billion or larger. is that a...

Bumps [socket.io](https://github.com/socketio/socket.io) from 0.9.14 to 2.5.0. Release notes Sourced from socket.io's releases. 2.5.0 :warning: WARNING :warning: The default value of the maxHttpBufferSize option has been decreased from 100 MB to...

dependencies