You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am trying to create a Server with multiple websockets. Reason for this is the application is quite big and needs multiple interfaces for different tasks. Right now i have copied the WebsocketServer Sample and looked into the Websocket documentation and it seems in order to achieve this i have to recreate the whole ServerApplication, RequestHandlerFactory and WebSocketHandler structure for each websocket. Is this correct or is there another way? Thanks in advance!
This discussion was converted from issue #4743 on October 21, 2024 12:27.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I am trying to create a Server with multiple websockets. Reason for this is the application is quite big and needs multiple interfaces for different tasks. Right now i have copied the WebsocketServer Sample and looked into the Websocket documentation and it seems in order to achieve this i have to recreate the whole
ServerApplication
,RequestHandlerFactory
andWebSocketHandler
structure for each websocket. Is this correct or is there another way? Thanks in advance!Beta Was this translation helpful? Give feedback.
All reactions