Emil Atanasov

Results 40 comments of Emil Atanasov

Hello @Zhingel! Could you, please, try to disable the networking functionality of the library and check if the sockets are working as expected? The issue might be similar to [this...

Which version of the library are you using? To disable a feature please use: `disable: [ .network ] ` And let me know it works.

I'll try to create a demo app, that uses sockets (my go to technology will be NodeJS) and we will try to handle that case properly. Thanks for reporting! If...

@Zhingel are you comfortable with Python to sketch a dummy server which can deliver some messages via websockets every 10 seconds for example? I would like to have a simple...

@Zhingel do you use any iOS/swift library to handle the socket communication in your app?

I'll create a mock NodeJS server. I'll create a new repo for that. I'll add the multipart example. As well the sockets example. I'll post it here once ready. Thanks!

@MaatheusGois please use the following [repo](https://github.com/heitara/debugswift-strapi-server). I'll update the sample app (in my frok) to do a post request to a local server (you have to use your computer IP...

@MaatheusGois have you manged to check the demo server which I've created. Any problems?

Hello @imrobbyrc! Could you please share more information about other dependencies. Are you doing some network request initially? Which version of DebugSwift are you using? Thanks, Emil