Skip to content

2.0.8-beta

Pre-release
Pre-release
Compare
Choose a tag to compare
@mhelvacikoylu mhelvacikoylu released this 11 Dec 21:25
  • Ready method is added to protocol handlers, Ready is called right after all handshaking operations are completed, when Ready is called, the connection is ready to send and receive messages.
  • Websocket server client IsConnected property properly working bug is fixed
  • Send method now returns bool value type in WebSocket clients
  • Namespaces are refactored in SerializableModel project
  • Sending messages by client name or type with "@name:" and "@type:" prefixes feature is added
  • New event is added for handling inner exceptions in TwinoServer
  • Protocol ternimation while reading data bug fixed
  • Various bugs are fixed in WebSocket and TMQ protocol read/write operations
  • Extension methods are added for servers
  • Loading Http Options and Messaging Queue options from file is added
  • Server Builder is added for MQ Server which loads all channel and queue options from a file or a JSON string and creates all objects