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
ADDED MTU size on different systems can cause large messages to silently fail. We now auto chunk these and re-assemble them on the receiving end. The new maxPacketSize option controls the chunk size and defaults to 508 bytes.
Breaking Changes
Messages of greater than 508 bytes are now chunked by default (split into multiple messages and re-assembled on the other end). This setting can be changed with the new maxPacketSize option.
Default peer ID's now use shortid instead of uuid.