-
Notifications
You must be signed in to change notification settings - Fork 298
Introduce shuttle-ntex service #1707
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
Conversation
15afbd1 to
bfe59f1
Compare
jonaro00
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Will test it out!
bbb8beb to
da887c7
Compare
|
I added the tokio feature after getting a panic, but now I'm getting this when running the provided hello-world app: Any idea how to solve it? |
|
Will check it out:) |
is this script generating an examples folder? 🤔 I am trying it locally on my macOS MBP, and it doesnt seem to do so. It only generates the |
|
I have found how to run the example and the same error is popping up for me too. I will probably open an issue on Ntex repo in order to have the authors' opinion! |
b3616e1 to
a453689
Compare
|
I copied the actix example and modified it ;) |
377f09f to
13cdadc
Compare
|
So apparently after opening an issue on This would probably mean that I have tried to open a PR towards that direction, but I am not sure if I am able to accomplish it, so this will be blocked unitl there is a certain solution from Ntex maintainers 😞 |
f8e5a4d to
932d514
Compare
18aeb05 to
be2612e
Compare
|
@jonaro00 I have update to Ntex 0.4.13 which tries to "hook" on a |
Description of change
Adding service for Ntex web framework. https://ntex.rs
Closes #1708