Server Side Swift with Vapor - Part 30: Conclusion | Ray Wenderlich

@lain @jtrimble so turns out you are both on better computers than I have! :sweat_smile:
This was a bug in Vapor’s sessions configuration which meant that the session memory was not shared between threads so if you hit a different thread it would think you weren’t logged in and give you a new session. For some reason my laptop kept using the same thread! This will be fixed in the next release (which includes Swift NIO so there are some other changes as well - these will be marked on the video author notes until I rerecord them)

1 Like

Thanks for the info @0xtim! I wanted to create a sample project only with auth but then I’ll keep waiting until the nio update :smiley:

Thanks @0xtim, I knew I wasn’t losing my mind… :smile:

Hello @0xtim I just want to thank you for the effort, time and support throughout this course. I really enjoyed it. Now it is time to dig deeper and start with my own backend.

The course is very well paced, clear, precise in its explanations, each video is like pill-sized so key concepts are learnt without much fuzz.

Thank you very much :smiley:

1 Like