Skip to content

Commit c8695cd

Browse files
authored
emit messages to specific address (#1014)
* emit messages to specific address * update protocol * send state to specific user * update snapshots * udpate protocol to handle multiple address * update protocol * fix tests * add message size * add bytes info * fix tests * limit the size of network messages to 13 * fix inspector * fix tests * remove magic numbers * fix tests * update protocol * update snapshots
1 parent 75bba39 commit c8695cd

32 files changed

+597
-199
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
},
2323
"packages/@dcl/ecs/src/systems/crdt/index.ts": {
2424
// This should be deleted on another PR. Need to release this asap.
25-
branches: 72,
25+
branches: 67,
2626
functions: 100,
2727
lines: 79,
2828
statements: 77,

0 commit comments

Comments
 (0)