Kyle Jessup

Results 19 comments of Kyle Jessup

If you are including in an iOS or Mac app project you will want to switch the SPM generated projects to build as `static` libraries.

Are your database connections being shared across threads? They shouldn't be, but if they are you will see crashes like these because things get deallocated from one connection while they...

@burgercode `@kjessup Did I missed a key concept about Perfect, Perfect-MySQL or Perfect-CRUD ? Or does it exist a way to allow concurrent accesses to the database?` Yes, you can...

When it goes to send msgs to an existing connection, the library will first try a PING to ensure the connection is still good. If it's not it will open...

It looks like a conflict with the response compression filter. If you disable that does the problem resolve? If so, can you paste in your code for adding the routes...

The compressor running for empty and very small response bodies is problematic. I have corrected this in HTTPServer 3.0.19 (just now). I'm not sure if this is the cause of...

Thank you for opening the issue. I just wanted to let you know that I'm digging into this one today and will report back ASAP.

This property should probably be deprecated.

I had this same issue. It was related to the Home Brew OpenSSL library being updated but the Mongo libraries not being updated to accommodate. Sadly, the Mongo .pc files...

Yes, we have supported Swift 3.0 for a good while now and update for every snapshot as soon as possible. However, we are seeing a problem with the version included...