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
Stop disabling GC on client and remove --gc flag from server as disabling GC no longer offers a demonstrable performance benefit. See The Journey of Go's Garbage Collector.
Fixed
Fix potential client race at startup.
Fix issue on platforms with timer resolution not accurate enough to measure server processing time (closes #13).
Change handled interrupt signals to only os.Interrupt and syscall.SIGTERM to fix Plan 9 build.