marijnfs
Results
3
issues of
marijnfs
When running the async example, an error.WouldBlock is thrown by the accept() function. It seems that this either means some issue with the event loop, or that accept also has...
Here I use a suspent and resume event loop for the async example. Otherwise it just immediately ends with a WouldBlock error.
Added option to not set the default argument of a struct variable, to make it required. Also got rid of the 'found' variable by using a blocked while.