Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
jaytonic opened an issue on evcc-io/evcc
EVCC not able to connect to websocket through traefik
### Describe the bug I've setup EVCC on my local docker host, it works fine when I try to access it through my local IP. When I'm trying to access through the traefik reverse proxy, I get the ini...jaytonic created a comment on an issue on MaxNau/ArtifactsMMO.NET
Here is my POC: https://github.com/MaxNau/ArtifactsMMO.NET/pull/37 I created a PR, to be easier for you to find the changes.
jaytonic opened a pull request on MaxNau/ArtifactsMMO.NET
Implementation of websocket communication to receive message asynchronously
1. You create a subscription, which specify what you're interested in 2. You register to the `NewNotification` event of this subscription 3. You dispose the subscription(or call the cancellationT...jaytonic created a branch on jaytonic/ArtifactsMMO.NET
feature/websocket-communication - .NET client for the Artifacts MMO - https://artifactsmmo.com/
jaytonic created a comment on an issue on MaxNau/ArtifactsMMO.NET
I don't totally agree with you, the initiation of a websocket is still an http endpoint, and then the initated channel is a statefull connection, which would be properly reflected in the code. Th...
jaytonic pushed 9 commits to main jaytonic/ArtifactsMMO.NET
- Adding 3.2 new map content type(santa) which will be present until the january a42cf35
- Adding Christmas Exchange task dff4bb7
- Merge pull request #32 from jaytonic/feature/adding-santa-content-type Adding 3.2 new map content type(santa) which ... f4b2841
- Merge pull request #33 from jaytonic/feature/adding-santa-christmas-exchange Feature/adding santa christmas exchange fe3415d
- Added badges endpoint 111ac23
- Up version to 3.2.0 97abe7e
- Merge pull request #34 from MaxNau/develop v3.2.0 221861d
- Di extensions up version 3.2.0 cfad654
- Merge pull request #35 from MaxNau/develop Di extensions up version 3.2.0 6536675