This PR improves upon existing SSE implementation by making it symetric. The revised implementation is powered by two generic SSEConnection classes on both the server & client-side. Additionally, client-side implementation is decorated with debug to make debugging connections easier.
This PR improves upon existing SSE implementation by making it symetric. The revised implementation is powered by two generic
SSEConnection
classes on both the server & client-side. Additionally, client-side implementation is decorated withdebug
to make debugging connections easier.