summaryrefslogtreecommitdiff
path: root/src/components/hmi_message_handler/include/hmi_message_handler/websocket_session.h
Commit message (Collapse)AuthorAgeFilesLines
* Run updated style scriptjacobkeeler2019-04-291-18/+17
|
* Remove custom atomic in favor of std::atomic typesConlain Kelly2018-06-251-2/+2
|
* Fix style issuesjacobkeeler2018-04-121-1/+1
|
* Add license to new message broker filesfix/add_license_to_mb_filesJackLivio2018-04-041-0/+30
|
* Fixes for PR commentJackLivio2018-02-021-87/+83
|
* Fix shutdown after hmi reconnectionJackLivio2018-02-021-2/+0
|
* Add Boost Websocket HMI AdapterJackLivio2018-02-021-0/+184
Repleaces old message broker with new boost::beast websocket library. No changes required for setup or connecting with HMI.