koirin
12/12/2022, 1:18 PMfloitsch
12/12/2022, 1:52 PMfloitsch
12/12/2022, 1:53 PMfloitsch
12/12/2022, 1:54 PMclient
) in a task, but hasn't returned yet. In a different task you accessed the same global, which leads to the error.floitsch
12/12/2022, 1:57 PMfloitsch
12/12/2022, 1:58 PMfloitsch
12/12/2022, 1:58 PMuse_global:
print global
return 499
global := use_global
main:
print global
floitsch
12/12/2022, 1:58 PMclient
.floitsch
12/12/2022, 2:06 PMclient
is showing up in the stack-trace, though. In my test-case, the global
name is the last one before run_global_initializer_
.floitsch
12/12/2022, 2:06 PMkoirin
12/13/2022, 8:02 AMkoirin
12/13/2022, 8:07 AMfloitsch
12/13/2022, 8:46 AMkoirin
12/13/2022, 8:56 AMkoirin
12/13/2022, 9:54 AMkoirin
12/13/2022, 10:02 AMfloitsch
12/13/2022, 10:53 AMfloitsch
12/13/2022, 10:53 AMsession_
which is set during connect
.floitsch
12/13/2022, 10:54 AMsession_
is one of the first things connect
does.floitsch
12/13/2022, 10:54 AMRobvanLopik
12/13/2022, 11:47 AM