bughelp wanted
倉庫指標
- Star
- (31,024 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Just what the title says... The AnonymousSubject (aka "frankensubject") probably also needs some typings love.
Basically, a nicer interface would be:
class WebSocketSubject<In, Out> extends Observable<Out> implements Observer<In> {
// ...stuff
}