Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation #125

Merged
merged 2 commits into from
Jan 26, 2022
Merged

Fix compilation #125

merged 2 commits into from
Jan 26, 2022

Conversation

gferon
Copy link
Collaborator

@gferon gferon commented Jan 23, 2022

@rubdos what about making CI checks mandatory? 馃弫

@gferon gferon requested a review from rubdos January 23, 2022 19:50
@@ -127,7 +127,7 @@ pub enum MessageSenderError {
impl<Service, S, I, SP, P, R> MessageSender<Service, S, I, SP, P, R>
where
Service: PushService + Clone,
S: SessionStore + SessionStoreExt + Clone,
S: SessionStore + SessionStoreExt + Sync + Clone,
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not exactly sure why the Sync requirement becomes mandatory here, though.

@gferon gferon mentioned this pull request Jan 23, 2022
1 task
@gferon gferon merged commit 45e6d6d into master Jan 26, 2022
@gferon gferon deleted the various-compilation-fixes branch January 26, 2022 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant