Beat
Beat
`context.Response.ContentType = "image/jpeg"` `Headers.Add()` does not replace, it _appends_ to the headers. `Set` would be better suited for that job
Here are my two cents after having implemented "server data from zip archives" for a project where users have a data library with many small files and use Embed.IO. Concurrent...
I think this needs investigation, IMO something is wrong with websockets
Nice catch! I saw the fix and was like "doh, could have seen that myself" 😅 Does it matter when closing fails? Wouldn't it result in being (uncleanly) being closed...
We use [MetroLog](https://www.nuget.org/packages/MetroLog/) with a Swan2Metro bridge, which was easy enough to implement. While MetroLog is nice for cross-platform, it seems to be pretty much inactive - I'm certainly not...
> You can disable sourcemaps for JS in DevTools from the command palette: The message really isn't the problem. Without sourcemaps you can't really debug, tools like react inspector and...
> Merchants not appearing Hey @cepeda696 , do you know what time/day this happened to you? _Maybe_ amazon/smilegate changed appearance times of merchants during some hours of the day and...
Ah! @cepeda696 Do you have a source? Maybe the EU thing was something similar
> Maybe check your local PC timezone? I got it wrong and I saw no NPCs respawning. I assume that was meant for me: The server time in europe is...
I would expect the integration to not wait for the interval and refresh it's state immediately after issuing an action by web api. It _knows_ exactly that the local state...