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
might be cool to also have a web socket option... you could cache the web sockets (instead of the requests)... so everything would be the same except that you'd fire the results back asynchronously via web sockets.
you could then pick up the inbound web socket data from within angular using RxJS... treat the responses as an observable...
The text was updated successfully, but these errors were encountered:
@datumgeek thanks for the suggestion! I think that's a quite cool approach, it would match the open connection waiting for response pattern, it does make sense. I need to get more acquainted with WebSockets in Spring Boot first, and later on I can tackle the changes.
might be cool to also have a web socket option... you could cache the web sockets (instead of the requests)... so everything would be the same except that you'd fire the results back asynchronously via web sockets.
you could then pick up the inbound web socket data from within angular using RxJS... treat the responses as an observable...
The text was updated successfully, but these errors were encountered: