From e5533c939abd18d5eed8c0a0ec9f95920a2d1c33 Mon Sep 17 00:00:00 2001 From: Kamil Gronek Date: Tue, 26 Nov 2024 16:19:36 +0100 Subject: [PATCH] Final clean up --- Source/PubnubLibrary/Private/PubnubSubsystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/PubnubLibrary/Private/PubnubSubsystem.cpp b/Source/PubnubLibrary/Private/PubnubSubsystem.cpp index 3d1fc84..5ad121e 100644 --- a/Source/PubnubLibrary/Private/PubnubSubsystem.cpp +++ b/Source/PubnubLibrary/Private/PubnubSubsystem.cpp @@ -829,7 +829,7 @@ void UPubnubSubsystem::StartPubnubSubscribeLoop() if(!IsInitialized) {return;} - //At this stage we received messages, so read them and get channel from where they were sent + //At this stage we received messages, so just read them and parse to correct structure pubnub_v2_message message = pubnub_get_v2(ctx_sub); while(message.payload.ptr) {