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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: support for generic network messages #1040

Merged
merged 7 commits into from
Feb 17, 2022
Merged

Conversation

James-Frowen
Copy link
Member

Allowing writers to be creates for generic instance, eg MyType

This does not work with the generic itself MyType because of the way writers are registered

Allowing writers to be creates for generic instance, eg MyType<int>

This does not work with the generic itself MyType<T> because of the way writers are registered
@sonarcloud
Copy link

sonarcloud bot commented Feb 17, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@James-Frowen James-Frowen merged commit 2d8990d into master Feb 17, 2022
@James-Frowen James-Frowen deleted the generic-message branch February 17, 2022 15:31
github-actions bot pushed a commit that referenced this pull request Feb 17, 2022
# [119.1.0](v119.0.1...v119.1.0) (2022-02-17)

### Features

* support for generic network messages ([#1040](#1040)) ([2d8990d](2d8990d))
@github-actions
Copy link
Contributor

🎉 This PR is included in version 119.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant