You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We shouldn't choke on invalid messages, such as invites. This code
worked but was untested.
I needed to put up some additional scaffolding to make this testable.
Closes [#514].
[#514]: #514
We shouldn't choke on invalid messages, such as invites. This code
worked but was untested.
I needed to put up some additional scaffolding to make this testable.
Closes [#514].
[#514]: #514
We shouldn't choke on invalid messages, such as invites. This code
worked but was untested.
I needed to put up some additional scaffolding to make this testable.
Closes [#514].
[#514]: #514
Description
If
LocalPeers.prototype.#handleMessage
throws, we should handle that better.https://github.com/digidem/mapeo-core-next/blob/30e637ba74168d106e17d7b3de349abd97f51c74/src/local-peers.js#L513
This can happen if someone sends an invalid message but could also happen if something in that function throws.
Tasks
The text was updated successfully, but these errors were encountered: