Martyn

Results 3 comments of Martyn

I've had the same issue. Firstly I connect to /endpoint1 (and download some data) then later connect to /endpoint2 (to upload data). The server accepts the data sent to /endpoint2...

don't you also need to include time in ctx.go?

It may be linked to the following code in func (r *tableCellsRenderer) refreshForID(toDraw TableCellID) in the widget/table.go file (around line 1342: ` for id, head := range headers { r.cells.t.updateHeader(id,...