-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide a public factory for
BiTransportObserver
(#1135)
Motivation: Users who need to report events to two `TransportObserver`s simultaneously on the server-side or who need their own variant of `TransportObserverConnectionFactoryFilter` will find it useful. Modifications: - Move `BiTransportObserver` from `client-api` to `transport-api`; - Convert passes first and second observers into safe observers; - Add public `TransportObservers.biTransportObserver` factory; Result: Users can easily report events to two `TransportObserver`s.
- Loading branch information
1 parent
63e95ee
commit 11f911d
Showing
3 changed files
with
33 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters