You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup a simpler server, make a verbs folder and add a few files for the verbs you want to support. Add one called restart with something like this in it.
When server starts you can see it loads, when you send RESTART via a TCP call the server does a restart and can be seen via logs. You can see the "VERB:RESTART" message so the file has been . sourced. When you try to send a TCP message for any of the verbs in logs you can see the request received but there is no response. and the contents of the add-podeverb script block is not getting executed at all. Also added logging to wildcard and it is not picking up anything.
Steps To Reproduce
Steps to reproduce the behavior:
See description.
Expected Behavior
On restart the verbs from the path would reload correctly.
Screenshots
NA
Platform
OS: Windows 11
Browser: NA - TCP
Versions:
Pode: 2.8.0
PowerShell: 7.3.6 - Core
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the Bug
Setup a simpler server, make a verbs folder and add a few files for the verbs you want to support. Add one called restart with something like this in it.
Here is my hello verb stored in hello.ps1
When server starts you can see it loads, when you send RESTART via a TCP call the server does a restart and can be seen via logs. You can see the "VERB:RESTART" message so the file has been . sourced. When you try to send a TCP message for any of the verbs in logs you can see the request received but there is no response. and the contents of the add-podeverb script block is not getting executed at all. Also added logging to wildcard and it is not picking up anything.
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behavior
On restart the verbs from the path would reload correctly.
Screenshots
NA
Platform
Additional Context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: