Dan Root

Results 4 issues of Dan Root

Discovered by misspelling my endpoint. The eventsource keeps attempting to reconnect every second, and calling me.close() in the `on error` handler does not stop the attempts to reconnect. In fact,...

Minimal repo case showing that separate `on` handlers works, but that two `on` handlers each with a `from` clause causes a "Expected commandList" error. ```html behavior SeparateWorks on first from...

A WSDL can define multiple related services in a single definition, but wsdlgen will only output the last one to appear in the file. It might be nice to alter...

There are a number of a issues open and past related to exceptions for patterns where Go's lack of ability to do `const` for many classes of pre-initialized values such...