Tomato fried tomatoes
Tomato fried tomatoes
something wrong in my app with error "close cannot be used while an asynchronous query is underway"
Renctly I tried to redeploy my project used with sanic frame ,some errors happened when I do a test under high-concurrency. info in the log: ``` close cannot be used...
I rewrite my project from python tornado to go(use iris framwork),the basic function tested ok. when I test under high concurrence.the app always stops a while and then comes out...
can‘t paste pdf which download from net on an exist pdf. this is the code: ``` package main import ( "bytes" "io" "io/ioutil" "net/http" "github.com/phpdave11/gofpdf" "github.com/phpdave11/gofpdf/contrib/gofpdi" ) func pdfDownload(url string)...
Recently, I have to rewrite a project from java to go(I have no java experience).By coincidence,it has a encrypt/decrypt module troubled to me.I have read your code detailedly.But some troubles...