Relative Content

Tag Archive for websocketshared-memory

memory leak in websocket++ broadcast server

I am making a websocket++ broadcast server which handles subscription and unsubscription by clients to certain tokens
upon subscribed the client receives continuous updates at an interval of 500ms which I send by reading a shared memory
in the shared memory my server acts as a reader, reading the shared memory and sending the updates to clients