Posts: 1,079
Threads: 77
Joined: Mar 2018
Reputation:
23
I'll try to recreate the issue here and let you know ASAP.
Posts: 1,079
Threads: 77
Joined: Mar 2018
Reputation:
23
Can you please do a test for me?
In your ServerController:
- Cut all code in your OnNewSession event, including all comments and variables. Leave it only as:
procedure TIWServerController.IWServerControllerBaseNewSession(aSession: TIWApplication);
begin
end;
- Save the ServerController file again (the IDE should remove the empty OnNewSession event)
- Now, in Object Inspector, locate OnNewSession event and double click on it, creating a new empty event.
- Paste back the original code. The event should be linked again.
Rebuild your application and run it again. See if it fixes the issue