Menu

#163 set/get_slot seems to be broken

1.4.1
open
OpenORB (104)
5
2005-03-14
2005-03-14
No

set/get_slot seems to be broken when I try to use it in
my interceptor. Basically, I set the value in the slot
in receive_request(). When I try to get the value in
send_reply(), the slot seems to be cleared. I looked
in the AbstractServerRequest and it seems that it
clears the values in like 817:

// set the request current table back to the
thread scope current
// discarding any changes made during
recieve_request
m_rs_pi_curr_entry = m_ts_pi_curr_entry;

I believe that m_ts_pi_curr_entry is not properly
initialized.

Discussion


Log in to post a comment.

Monday.com Logo