SwiftStomp icon indicating copy to clipboard operation
SwiftStomp copied to clipboard

Delegate method not being called?

Open sookmunchan opened this issue 3 years ago • 1 comments

It only work within example project, i connect it with my own websocket url it work in example project but when i pod install it to my project and follow with the example project, it doesn't work at all. i even set the delegate = self. but the delegate method not being called. Is it i miss out anything?

sookmunchan avatar Sep 30 '21 03:09 sookmunchan

@sookmunchan Hi, i have been coming across the same issue, have you got any solution for this?

hatteajay1212 avatar Sep 13 '23 13:09 hatteajay1212

If the example project is working, so the library works as expected. Please update to the latest version because now it supports upstream. You can register subscribers, and receive the events through them, instead of delegates.

Romixery avatar May 20 '24 16:05 Romixery