fix: background handlers #389
Annotations
1 error and 11 warnings
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Api/PubnubApi/EventEngine/Subscribe/Events/SubscriptionEvents.cs#L27
'HandshakeReconnectSuccessEvent.Cursor' hides inherited member 'HandshakeSuccessEvent.Cursor'. Use the new keyword if hiding was intended.
|
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveFailedState.cs#L15
'ReceiveFailedState.OnEntry' hides inherited member 'State.OnEntry'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/Api/PubnubApi/EventEngine/Subscribe/States/ReceiveFailedState.cs#L16
'ReceiveFailedState.OnExit' hides inherited member 'State.OnExit'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
src/Api/PubnubApi/EventEngine/EventEmitter.cs#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEmitter.cs#L8
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L104
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L105
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L109
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
src/Api/PubnubApi/EventEngine/EventEngine.cs#L287
Type parameter 'T' has the same name as the type parameter from outer type 'EmitMessages<T>'
|
src/Api/PubnubApi/EndPoint/PubSub/SubscribeOperation2.cs#L180
Type parameter 'T' has the same name as the type parameter from outer type 'SubscribeOperation2<T>'
|
The logs for this run have expired and are no longer available.
Loading