Skip to content

Commit

Permalink
emit messages to specific address (#1014)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
gonpombo8 authored Jan 24, 2025
1 parent 75bba39 commit c8695cd
Show file tree
Hide file tree
Showing 32 changed files with 597 additions and 199 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = {
},
"packages/@dcl/ecs/src/systems/crdt/index.ts": {
// This should be deleted on another PR. Need to release this asap.
branches: 72,
branches: 67,
functions: 100,
lines: 79,
statements: 77,
Expand Down
Loading

0 comments on commit c8695cd

Please sign in to comment.