IsConnBlocked returns whether a connection is blocked
bool isConnBlocked(String connId) { return _blockedConns.contains(connId); }