我正在使用Spring Web Flux Reactive,MongoDB和Angular構建實時事件流應用程序(例如股票價格)。我想構建以下管道:MongoDB - > Reactive MongoDB Driver - > Spring Web Reactive MongoDB Repository - > Spring Web Reactive Controller - > Angular(
我正在努力確定用戶何時註銷,以便當他們在一個頁面上註銷時,他們會被帶到所有頁面的登錄頁面。爲了檢驗這一點,我使用的服務器發送的事件有一個循環,如下所示: // check for new notifications every 2 seconds
$poller->loop(function ($every) use ($poller) {
$poller->write("check"