sysulq / httpmq

A simple HTTP message queue written in Go with goleveldb, just like httpsqs written in C with Tokyo Cabinet.

Home Page:http://hnlq715.github.io/httpmq/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is it not compatible with go 1.4?

ghiewa opened this issue · comments

commented

as title.

while go get ... from the source, get error message
' undefined: cache.NewLRUCache ' & 'main.go:146: unknown opt.Options field 'BlockCache in struct literal'

Thanks for your report, this is a bug due to goleveldb's API change.
I've fixed this problem, please try again.
I'll appreciate your feedback :)

commented

is there any plan to add broadcast functionality?

No, at least not currently, I just need a simple http message queue to push and pop data for now :)