mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Removed the restriction that transport updates have to be written in
delimited form.
This commit is contained in:
@@ -21,7 +21,7 @@ class SubscriptionWriterImpl implements SubscriptionWriter {
|
||||
}
|
||||
|
||||
public void writeSubscriptions(Map<Group, Long> subs) throws IOException {
|
||||
w.writeUserDefinedTag(Tags.SUBSCRIPTIONS);
|
||||
w.writeUserDefinedTag(Tags.SUBSCRIPTION_UPDATE);
|
||||
w.writeMap(subs);
|
||||
w.writeInt64(System.currentTimeMillis());
|
||||
out.flush();
|
||||
|
||||
Reference in New Issue
Block a user