Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
Nall-chan committed May 23, 2024
1 parent cc80e5a commit fdbdcf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ONVIF IO/module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ protected function PullMessages(): void
];
$Response = '';
$ResponseTime = time() + $Timeout;
$PullMessagesResult = $this->SendData($SubscriptionReference, \ONVIF\WSDL::Event, 'PullMessages', true, $Params, $Response, $Header, 15);
$PullMessagesResult = $this->SendData($SubscriptionReference, \ONVIF\WSDL::Event, 'PullMessages', true, $Params, $Response, $Header, $Timeout +5);
if ($Response) {
if (is_a($PullMessagesResult, 'SoapFault')) {
if ($this->isSubscribed) {
Expand Down

0 comments on commit fdbdcf5

Please sign in to comment.