Replies: 1 comment
-
Yes, it is possible to use Grapevine in a Windows Form app. Your code is disposing of the server at the end of the method, so it won't be running anymore after that method call. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded the source and Import Grapeseed and Grapevine into my solution that contain my own Windows Form Project.
I wrote this codes:
This is MyResource Class:
After run the Winform Application, server not starts and not listening on default port (localhost:1234) and I can't use it.
Is it possible to use Grapevine in Windows Form apps?
Beta Was this translation helpful? Give feedback.
All reactions