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
The Go tour does not provide the same process kill function provided by e.g. present
although the underlying runner can handle these messaged. For the majority of cases this
is not an issue - it is when people are working on the http lessons where the socket
being held by an incorrect but runnable snippet will block later attempts.
The http lesson stubs should probably handle the returned errors (or otherwise prompt
the user that errors are good to check) from ListenAndServe to help users diagnose why a
edited change is not seen when the snippet is re-run.
gotour version: 91f9594fc692+
The text was updated successfully, but these errors were encountered:
rsc
changed the title
gotour: currently no way to terminate a snippet that has continued running
x/tour: no way to terminate a snippet that has continued running
Apr 14, 2015
The text was updated successfully, but these errors were encountered: