Mediator Reset (General questions)
Hi wodTeam!
As you know, the mediator stores an internal allocation list for UserID an IP:Port.
For various reasons, the IP:Port of a userID can change.
How can I reset the Mediator allocation cache, so that the MediatorConnected Event will be fired again, when the id connects the next time after reset?
Trying this with
[code]
wodVPN.Mediator.Stop.
wodVPN.Mediator.Start;
[/code]
The wodVPN-component is just working as a mediator.
This codes doesn't reset anything at all.