Flatbuffer, Forwarder

- Flatbuffer now only sends data if priority registration was successful
- Forwarder no longer needs to worry about registering the priority
This commit is contained in:
Paulchen-Panther
2019-02-05 19:55:48 +01:00
parent 657fe00211
commit 5cc353468d
17 changed files with 51 additions and 33 deletions

View File

@@ -3,6 +3,7 @@ namespace hyperionnet;
table Reply {
error:string;
video:int = -1;
registered:int = -1;
}
root_type Reply;