nickva commented on code in PR #31: URL: https://github.com/apache/couchdb-ioq/pull/31#discussion_r3596233506
########## src/ioq_server2.erl: ########## @@ -267,12 +261,12 @@ get_counters() -> %% @equiv get_state(?SERVER_ID(1)) --spec get_state() -> any(). +-spec get_state() -> state(). Review Comment: This won't be a `state()` as the map types won't match -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
