Nitecon / iqfeed

Golang implementation for IQ Feed low level network protocol reader.
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

Catch unknown messages #4

Closed jweissig closed 5 years ago

jweissig commented 5 years ago

Added a catch all for message that might fall through the switch statement. Useful for extending the software as the API evolves.

Nitecon commented 5 years ago

Thanks for this.