Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-5750 Add sequence number to websocket connections and events (#5907) | Joram Wilander | 2017-04-01 | 1 | -2/+0 |
| | | | | | | | | * Add sequence number to websocket connections and events * Copy pointer instead of pass by value and use int64 over uint64 * Add more logging to missed events | ||||
* | Fixing double send of websocket hello message (#5490) | Corey Hulen | 2017-02-22 | 1 | -1/+0 |
| | |||||
* | Fixing websocket auth then sending challenge (#5406) | Corey Hulen | 2017-02-14 | 1 | -0/+2 |
| | |||||
* | PLT-4938 Add app package and move logic over from api package (#4931) | Joram Wilander | 2017-01-13 | 1 | -0/+96 |
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge |