|
Fixed an issue where the Prisma Agent, when
configured in always-on mode, did not automatically reconnect
after a network status change, such as when an endpoint resumed
from sleep and network connectivity became available. The agent
remained unable to connect, requiring users to manually initiate
the connection. This occurred because the agent attempted to
connect before network connectivity was fully established, which
prevented subsequent automatic connection attempts. The agent
now properly detects network status changes and automatically
reconnects.
|