sciapp / gr

GR framework: a graphics library for visualisation applications
Other
329 stars 54 forks source link

ramp up the sleep time when connecting to the socket #169

Closed KristofferC closed 1 year ago

KristofferC commented 1 year ago

Instead of sleeping for 300ms immediately, we ramp up the sleep time so that the connection happens quickly when it is possible

Fixes https://github.com/jheinen/GR.jl/issues/505.

cc @jheinen