Skip to content

Commit

Permalink
locally builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Feb 5, 2024
1 parent f94a136 commit d92b721
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ internal SubscribeEventEngine initializeEventEngine<T>(string instanceId,
pubnubConfiguration: pubnubConfiguration,
subscribeManager,
statusListener,
messageListener
// TODO: I cast it to the object to unlock the CI build. I will investigate this further
// and fix it in the future with the merging of the subscribe and presence event engines
messageListener as Action<Pubnub, PNMessageResult<object>>
);

if (engineinstances.TryAdd(instanceId, subscribeEventEngine)) {
Expand Down

0 comments on commit d92b721

Please sign in to comment.