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 have a situation where we would like multiple penpal connections between a parent and child iframe. However because the penpal handshaking protocol assumes that any handshake between the child and parent is the “correct” one, it discards the registered methods in previous handshake calls.
Instead, penpal should have an optional ID parameter that can be used to disambiguate these handshakes so that several connections between parent and child can exist at any given time.
The text was updated successfully, but these errors were encountered:
@sgarfinkel The pre-release of version 7 is here and adds supports for what I believe you requested. Check out Parallel Connections in the pre-release announcement and the updated README. Let me know how it goes!
We have a situation where we would like multiple penpal connections between a parent and child iframe. However because the penpal handshaking protocol assumes that any handshake between the child and parent is the “correct” one, it discards the registered methods in previous handshake calls.
Instead, penpal should have an optional ID parameter that can be used to disambiguate these handshakes so that several connections between parent and child can exist at any given time.
The text was updated successfully, but these errors were encountered: