Я пытаюсь использовать SignalR в Wowza Transcoder Overlay.
hubConnection = HubConnectionBuilder.create("http://localhost:8080/fixture")
.withTransport(TransportEnum.WEBSOCKETS)
.build();
hubConnection.start(); // Here I am getting this error, the type io.reactivex.Completable cannot be resolved. It is indirectly referenced from required .class files
Невозможно понять, почему возникает эта ошибка ... Я написал код клиента SignalR в Android, он работает нормально, но ядро java выдает эту ошибку.