Sorawa

Results 4 issues of Sorawa

scheduler_queue.go func (this *QueueScheduler) Push(requ *request.Request) { //assert count() ==MAX this.queue

only audio does this ffserver image need to install some video decod lib ``` File /tmp/feedvod.ffm Feed feedvod.ffm Format flv AudioBitRate 32 AudioChannels 1 AudioSampleRate 44100 VideoBitRate 64 VideoBufferSize 40...

2015/07/31 14:21:37 http: panic serving 127.0.0.1:3422: runtime error: slice bou nds out of range goroutine 25 [running]: net/http.func·009() C:/Users/ADMINI~1/AppData/Local/Temp/2/makerelease529514319/go/src/pkg/n et/http/server.go:1093 +0xa0 runtime.panic(0x615fa0, 0x90682a) C:/Users/ADMINI~1/AppData/Local/Temp/2/makerelease529514319/go/src/pkg/r untime/panic.c:248 +0xe8 main.ProxyRequest(0x11217700, 0xfddc88, 0x11217850) E:/golang_open_source/gopee-master/gopee.go:109...

``` package main import ( "fmt" "github.com/timehop/apns" ) func main() { c, _ := apns.NewClient("gateway.sandbox.push.apple.com:2195", "dev_ck.pem", "dev_pk.pem") p := apns.NewPayload() p.APS.Alert.Body = "I am a push notification!" p.APS.Badge.Set(5) p.APS.Sound =...