schiegl / QuickPlot

Quick and easy data visualizations with Haskell
GNU General Public License v3.0
83 stars 11 forks source link

Server has problems when user refreshes the browser #4

Closed schiegl closed 8 years ago

schiegl commented 8 years ago

When the user refreshes the tab the websocket connection doesn't close immediately. Then messages from the channel MVar are accessed by 2 websocket threads and sent to each of the 2 websockets. It appears as only every second message arrives at the browser.