Skip to content

Commit

Permalink
Add flag on realtime socket messages that will support optional relia…
Browse files Browse the repository at this point in the history
…bility.
  • Loading branch information
zyro committed Aug 2, 2019
1 parent 490a3d0 commit acffaf0
Show file tree
Hide file tree
Showing 31 changed files with 1,365 additions and 803 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr
- Update devconsole lodash (4.17.13) and lodash.template (4.5.0) dependencies.
- Errors from runtime before hooks no longer close the session.
- Switch prometheus metrics to use labels instead of a prefix.
- Add flag on realtime socket messages that will support optional reliability.

### Fixed
- Handle updates during leaderboard schedule reset window.
Expand Down
436 changes: 213 additions & 223 deletions api/api.pb.go

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -700,8 +700,6 @@ message Session {
bool created = 1;
// Authentication credentials.
string token = 2;
// rUDP specific authentication credentials.
string udp_token = 3; // TODO(zyro): will we remove it?
}

// An object within the storage engine.
Expand Down
184 changes: 184 additions & 0 deletions apigrpc/apigrpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit acffaf0

Please sign in to comment.