boolangery
boolangery
I have exactly the same issue as #107. The proposed solution no longer works How to do this now in the current state ?
stage40: response completed This prevent a double call to http_request_end on fcgi_exit.
Hi, Using yout test and adding SHARED into lib_1 CMakeLists.txt with ldc2, I got the following error: ``` Scanning dependencies of target lib_1 [ 25%] Building D object lib_1/CMakeFiles/lib_1.dir/lib_1.o [...
### What happened? Teardown is never called when running locally with prism or on Dataflow. Tested signature: Teardown(ctx context.Context) error ### Issue Priority Priority: 3 (minor) ### Issue Components -...
### What happened? Unable to trigger early firings with a session window. Tried triggers: ```go windowedUpdates := beam.WindowInto(s, window.NewSessions(30*time.Second), propUpdates, beam.Trigger(trigger.Repeat(trigger.AfterCount(500))), beam.Trigger(trigger.Repeat(trigger.AfterProcessingTime().PlusDelay(60*time.Second))), beam.PanesDiscard(), ) ``` ```go windowedUpdates := beam.WindowInto(s, window.NewSessions(30*time.Second),...