-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSubscription Data.txt
109 lines (109 loc) · 11 KB
/
Subscription Data.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
E:\Users\Deployment\Documents\cAlgo\Sources\Robots\TauroEventNotifier\TauroEventNotifier>dotnet run Program.cs
E:\Users\Deployment\Documents\cAlgo\Sources\Robots\TauroEventNotifier\TauroEventNotifier\TauroEventNotifier.csproj : warning NU1701: Package 'Socket 2.1.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.2'. This package may not be fully compatible with your project.
E:\Users\Deployment\Documents\cAlgo\Sources\Robots\TauroEventNotifier\TauroEventNotifier\TauroEventNotifier.csproj : warning NU1701: Package 'Socket 2.1.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.2'. This package may not be fully compatible with your project.
C:\Program Files\dotnet\sdk\2.2.106\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3277: Found conflicts between different versions of "Newtonsoft.Json" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. [E:\Users\Deployment\Documents\cAlgo\Sources\Robots\TauroEventNotifier\TauroEventNotifier\TauroEventNotifier.csproj]
info: Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager[0]
User profile is available. Using 'C:\Users\Deployment\AppData\Local\ASP.NET\DataProtection-Keys' as key repository and Windows DPAPI to encrypt keys at rest.
Hosting environment: Development
Content root path: E:\Users\Deployment\Documents\cAlgo\Sources\Robots\TauroEventNotifier\TauroEventNotifier
Now listening on: https://localhost:7001
Now listening on: http://localhost:7000
Application started. Press Ctrl+C to shut down.
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 GET https://localhost:7001/api/Subscription
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'TauroEventNotifier.Controllers.SubscriptionController.Index (TauroEventNotifier)'
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Route matched with {action = "Index", controller = "Subscription"}. Executing action TauroEventNotifier.Controllers.SubscriptionController.Index (TauroEventNotifier)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method TauroEventNotifier.Controllers.SubscriptionController.Index (TauroEventNotifier) - Validation state: Valid
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action method TauroEventNotifier.Controllers.SubscriptionController.Index (TauroEventNotifier), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0881ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
Executing ObjectResult, writing value of type 'System.String'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action TauroEventNotifier.Controllers.SubscriptionController.Index (TauroEventNotifier) in 15.7986ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'TauroEventNotifier.Controllers.SubscriptionController.Index (TauroEventNotifier)'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 46.987ms 200 text/plain; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 POST https://localhost:7001/api/Subscription/NewStrategy?StrategyName=BearishDoji&TimeFrame=Minute5&Port=17001 application/json 0
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)'
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Route matched with {action = "NotifyNewStrategy", controller = "Subscription"}. Executing action TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier) with arguments (BearishDoji, Minute5, 17001) - Validation state: Valid
warn: TauroEventNotifier.Controllers.SubscriptionController[0]
05/21/2019 08:26:47 New Strategy subscribed: BearishDoji on port 17001
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action method TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.7754ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
Executing ObjectResult, writing value of type 'System.String'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier) in 8.8543ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 18.9344ms 200 text/plain; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 POST https://localhost:7001/api/Subscription/NewStrategy?StrategyName=BullishDoji&TimeFrame=Minute5&Port=18001 application/json 0
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)'
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Route matched with {action = "NotifyNewStrategy", controller = "Subscription"}. Executing action TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier) with arguments (BullishDoji, Minute5, 18001) - Validation state: Valid
warn: TauroEventNotifier.Controllers.SubscriptionController[0]
05/21/2019 08:26:49 New Strategy subscribed: BullishDoji on port 18001
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action method TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0229ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
Executing ObjectResult, writing value of type 'System.String'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier) in 0.3101ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 0.4779ms 200 text/plain; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 POST https://localhost:7001/api/Subscription/NewStrategy?StrategyName=ThreeBlackSoldiers&TimeFrame=Minute5&Port=19001 application/json 0
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)'
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Route matched with {action = "NotifyNewStrategy", controller = "Subscription"}. Executing action TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier) with arguments (ThreeBlackSoldiers, Minute5, 19001) - Validation state: Valid
warn: TauroEventNotifier.Controllers.SubscriptionController[0]
05/21/2019 08:26:51 New Strategy subscribed: ThreeBlackSoldiers on port 19001
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action method TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0144ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
Executing ObjectResult, writing value of type 'System.String'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier) in 0.1771ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 0.2947ms 200 text/plain; charset=utf-8
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[1]
Request starting HTTP/1.1 POST https://localhost:7001/api/Subscription/NewStrategy?StrategyName=ThreeWhiteSoldiers&TimeFrame=Minute5&Port=20001 application/json 0
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[0]
Executing endpoint 'TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)'
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Route matched with {action = "NotifyNewStrategy", controller = "Subscription"}. Executing action TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[1]
Executing action method TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier) with arguments (ThreeWhiteSoldiers, Minute5, 20001) - Validation state: Valid
warn: TauroEventNotifier.Controllers.SubscriptionController[0]
05/21/2019 08:26:53 New Strategy subscribed: ThreeWhiteSoldiers on port 20001
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action method TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier), returned result Microsoft.AspNetCore.Mvc.ObjectResult in 0.0144ms.
info: Microsoft.AspNetCore.Mvc.Infrastructure.ObjectResultExecutor[1]
Executing ObjectResult, writing value of type 'System.String'.
info: Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker[2]
Executed action TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier) in 0.1643ms
info: Microsoft.AspNetCore.Routing.EndpointMiddleware[1]
Executed endpoint 'TauroEventNotifier.Controllers.SubscriptionController.NotifyNewStrategy (TauroEventNotifier)'
info: Microsoft.AspNetCore.Hosting.Internal.WebHost[2]
Request finished in 0.2758ms 200 text/plain; charset=utf-8