Can I open and use multiple websocket sessions between a Codename One app and a Spring Boot server?
For example, is it fine if I open a session for each chat, assuming that the app must handle multiple chats? Moreover, is it fine if I open sessions for chatting and a different session, froma different url, for notifications?
Thank you