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
Does the TODO here refer to storing messages that cannot be delivered? (e.g. destination peer not online)
I am wondering because I'd like to implement this functionality for my own use cases and am not sure if this is where such logic should ultimately go, or if it fits better elsewhere
The text was updated successfully, but these errors were encountered:
The current implementation is of Circuit Relay v1 - there's a v2 in the works here - #1166
It's going to ultimately replace v1 which will be removed since go-libp2p has no longer supports v1 so if you'd like to help out, getting the v2 PR up to speed is where your effort would be best directed.
js-libp2p/src/circuit/circuit/hop.ts
Line 70 in d16817c
Does the TODO here refer to storing messages that cannot be delivered? (e.g. destination peer not online)
I am wondering because I'd like to implement this functionality for my own use cases and am not sure if this is where such logic should ultimately go, or if it fits better elsewhere
The text was updated successfully, but these errors were encountered: