priyadharsun
|
9cc5d46792
|
Outbound message re architecture (#116)
* Removing const keyword from send function definition in comm_session class.
* Rearchitecture outgoing messages.
* Removed concurrentqueue.h file out of the project.
* Updated ReadMe file.
* Minor comment reformattings.
* Readme update with concurrent queue github link.
* Removed should_stop_messaging_threads variable.
* Updated ReadMe file
* Updated and Changed the formatting of the Blake3 build script in ReadMe.
* Resolved review comment.
Co-authored-by: Savinda Senevirathne <savindadilsara@gmail.com>
|
2020-09-11 12:26:16 +05:30 |
|
Ravin Perera
|
d2f45daf4c
|
Implemented multi-threaded inbound network message processing. (#115)
Used per-session thread to offload messages from network and a single thread for processing collected messages.
|
2020-09-10 15:40:08 +05:30 |
|
Ravin Perera
|
baf5d8b14a
|
Fixed incorrect memory access issues. (#109)
|
2020-08-20 15:20:11 +05:30 |
|
Ravin Perera
|
96f23cb0ff
|
Added bson support for user message protocol. (#99)
|
2020-07-02 21:40:55 +05:30 |
|
Ravin Perera
|
04e230c82e
|
Improvements in state request/response handling. (#97)
|
2020-06-18 15:07:33 +05:30 |
|
Ravin Perera
|
721daf19f3
|
Implemented websocket read bufferring. (#92)
|
2020-04-16 19:31:23 +05:30 |
|
Ravin Perera
|
920be03ade
|
Websocket re-architecture with websocketd and websocat (#89)
- Replaced beast with websocketd and websocat. #79 #83 #84
- Implemented inbound/outbound peer connection merging.
- Added graceful shutdown of hpcore with sigint. #87
|
2020-04-05 08:12:55 +05:30 |
|