bogdanovich / siberite

Siberite is a simple, lightweight, leveldb backed message queue written in Go.
Other
589 stars 24 forks source link

server errors when connecting from siberite-ruby client #36

Closed tlossen closed 7 years ago

tlossen commented 7 years ago

when connecting from ruby and issuing simple sets / gets in a loop, i see lots of errors in the server log:

2017/01/20 17:59:25 [::1]:49381 ERROR Unknown command 2017/01/20 17:59:25 [::1]:49392 ERROR Unknown command 2017/01/20 17:59:25 [::1]:49394 ERROR Unknown command 2017/01/20 17:59:25 [::1]:49398 ERROR Unknown command

(probably a client issue, but the other repo doesn't have issues enabled.)

bogdanovich commented 7 years ago

Enabled issues for siberite-client. Will check it over the weekend

tlossen commented 7 years ago

cool, thanks! to clarify: i was using two client instances from two separate threads.

tlossen commented 7 years ago

ok, i'll close this and open an issue in the other repo.