wobbet

Results 6 comments of wobbet

I'm seeing this same issue as well... Super simple code `var num = conn.Insert(item);` When I debug through decompiled source it is detecting a value for T of "object" and...

Still a "Me Too!"... My understanding from reading other threads is that it is an upstream issue w/ Electron and certain video drivers. I can't find the link I used...

Okay... I now understand that the max value is part of the MQTT v5 specification, so the limit is not arbitrary on the part of MQTTnet. Is it possible to...

I am seeing very similar issues... I'm running a .NET Core 8 WebAPI app. I have included Hangfire.AspNetCore 1.8.* in my NuGet library references. My code for Hangfire Service Configuration...

I finally got mine resolved. Today I learned that the queue attribute for jobs does NOT mean the job will run only in servers that support that queue. Any server...